changeset: 103458:8927417c5e88 branch: 3.5 parent: 103456:274b25cd501f user: Zachary Ware date: Fri Sep 09 13:14:42 2016 -0700 files: Misc/ACKS Misc/NEWS description: Issue #19489: Add NEWS and ACKS diff -r 274b25cd501f -r 8927417c5e88 Misc/ACKS --- a/Misc/ACKS Fri Sep 09 13:11:27 2016 -0700 +++ b/Misc/ACKS Fri Sep 09 13:14:42 2016 -0700 @@ -59,6 +59,7 @@ Jeffrey Armstrong Jason Asbahr David Ascher +Ammar Askar Chris AtLee Aymeric Augustin John Aycock diff -r 274b25cd501f -r 8927417c5e88 Misc/NEWS --- a/Misc/NEWS Fri Sep 09 13:11:27 2016 -0700 +++ b/Misc/NEWS Fri Sep 09 13:14:42 2016 -0700 @@ -928,6 +928,9 @@ Documentation ------------- +- Issue #19489: Moved the search box from the sidebar to the header and footer + of each page. Patch by Ammar Askar. + - Issue #24136: Document the new PEP 448 unpacking syntax of 3.5. - Issue #26736: Used HTTPS for external links in the documentation if possible.