summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-10-27 19:11:33 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-10-27 19:11:33 (GMT)
commit8630c1e346d88dfd6c9f65a749e6fd74aa0b7fd3 (patch)
treeef089944cb6153526fef374c9ba45b4e483c94ff /Misc/NEWS
parentc4b8e05092b5aa018dd74f8563037b23d3c6756e (diff)
parent380ce651e940c977058cace141c6ed8a45b7d82a (diff)
downloadcpython-8630c1e346d88dfd6c9f65a749e6fd74aa0b7fd3.zip
cpython-8630c1e346d88dfd6c9f65a749e6fd74aa0b7fd3.tar.gz
cpython-8630c1e346d88dfd6c9f65a749e6fd74aa0b7fd3.tar.bz2
#8040: merge with 3.2.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ba555bb..1db5843 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -174,6 +174,9 @@ Build
Documentation
-------------
+- Issue #8040: added a version switcher to the documentation. Patch by
+ Yury Selivanov.
+
- Additional comments and some style changes in the concurrent.futures URL
retrieval example