diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-27 19:04:56 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-27 19:04:56 (GMT) |
commit | 3d072066c75865b230d27538c5c3afb9875321f9 (patch) | |
tree | 80de884124d7d8bf5f18913cf9f7076403f089f2 /Misc | |
parent | 54eed2e36d2c8e06ce1f1a30a3979587a3ac1af6 (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -880,6 +880,7 @@ Steven Scott Barry Scott Nick Seidenman Žiga Seilnach +Yury Selivanov Fred Sells Jiwon Seo Joakim Sernbrant @@ -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. |