summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-10-27 19:04:56 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-10-27 19:04:56 (GMT)
commit3d072066c75865b230d27538c5c3afb9875321f9 (patch)
tree80de884124d7d8bf5f18913cf9f7076403f089f2 /Misc
parent54eed2e36d2c8e06ce1f1a30a3979587a3ac1af6 (diff)
downloadcpython-3d072066c75865b230d27538c5c3afb9875321f9.zip
cpython-3d072066c75865b230d27538c5c3afb9875321f9.tar.gz
cpython-3d072066c75865b230d27538c5c3afb9875321f9.tar.bz2
#8040: add a version switcher to the documentation. Patch by Yury Selivanov.
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 9211e63..2abed58 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -880,6 +880,7 @@ Steven Scott
Barry Scott
Nick Seidenman
Žiga Seilnach
+Yury Selivanov
Fred Sells
Jiwon Seo
Joakim Sernbrant
diff --git a/Misc/NEWS b/Misc/NEWS
index 8df6477..9d29b42 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -493,6 +493,9 @@ Build
Documentation
-------------
+- Issue #8040: added a version switcher to the documentation. Patch by
+ Yury Selivanov.
+
- Issue #16115: Improve subprocess.Popen() documentation around args, shell,
and executable arguments.