summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-09-09 20:14:42 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-09-09 20:14:42 (GMT)
commit9b32bda851c113cf4a85cdc01c603a1daba4d5d4 (patch)
tree1b68009ff207a32a433f7f7968ff96f1936ae9f6 /Misc
parenta3090a4b79aa16f742d465aea894f148a00ae2c5 (diff)
downloadcpython-9b32bda851c113cf4a85cdc01c603a1daba4d5d4.zip
cpython-9b32bda851c113cf4a85cdc01c603a1daba4d5d4.tar.gz
cpython-9b32bda851c113cf4a85cdc01c603a1daba4d5d4.tar.bz2
Issue #19489: Add NEWS and ACKS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index d8b2cc2..20c47f6 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -59,6 +59,7 @@ Alicia Arlen
Jeffrey Armstrong
Jason Asbahr
David Ascher
+Ammar Askar
Chris AtLee
Aymeric Augustin
John Aycock
diff --git a/Misc/NEWS b/Misc/NEWS
index e4061d6..e05e8e7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -928,6 +928,9 @@ IDLE
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.