diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-09 20:15:47 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-09 20:15:47 (GMT) |
commit | c45599d0d12b1006deed41c97c7839d646dea62c (patch) | |
tree | 2f8a5ce27f341f8bcffdb15cffba3aef704ba346 | |
parent | 9c858284639ce98c79d2c33fe639a0dcb7febc5d (diff) | |
parent | 9b32bda851c113cf4a85cdc01c603a1daba4d5d4 (diff) | |
download | cpython-c45599d0d12b1006deed41c97c7839d646dea62c.zip cpython-c45599d0d12b1006deed41c97c7839d646dea62c.tar.gz cpython-c45599d0d12b1006deed41c97c7839d646dea62c.tar.bz2 |
Issue #19489: Merge with 3.5
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -59,6 +59,7 @@ Alicia Arlen Jeffrey Armstrong Jason Asbahr David Ascher +Ammar Askar Chris AtLee Aymeric Augustin John Aycock @@ -773,6 +773,9 @@ Tools/Demos Documentation ------------- +- Issue #19489: Moved the search box from the sidebar to the header and footer + of each page. Patch by Ammar Askar. + - Issue #27285: Update documentation to reflect the deprecation of ``pyvenv`` and normalize on the term "virtual environment". Patch by Steve Piercy. |