summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-10-27 19:11:57 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-10-27 19:11:57 (GMT)
commit1543b8c77e85ca8c5c2a43cd898e489d242b84cb (patch)
tree438b50e34261fbb8ad24404266d624ae1c354555 /Misc/NEWS
parentdcd34a6419393c03d0ae6df4f250e6e03e95d1f1 (diff)
parent8630c1e346d88dfd6c9f65a749e6fd74aa0b7fd3 (diff)
downloadcpython-1543b8c77e85ca8c5c2a43cd898e489d242b84cb.zip
cpython-1543b8c77e85ca8c5c2a43cd898e489d242b84cb.tar.gz
cpython-1543b8c77e85ca8c5c2a43cd898e489d242b84cb.tar.bz2
#8040: merge with 3.3.
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 c8eb19d..dde9121 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -234,6 +234,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