diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-27 19:09:16 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-27 19:09:16 (GMT) |
commit | 380ce651e940c977058cace141c6ed8a45b7d82a (patch) | |
tree | 04b16e259ed1b78ab0a92ea200f61c9534bc6cbd /Misc | |
parent | 252cd0e4e0b11c7d13e24146617ad48e80feca43 (diff) | |
download | cpython-380ce651e940c977058cace141c6ed8a45b7d82a.zip cpython-380ce651e940c977058cace141c6ed8a45b7d82a.tar.gz cpython-380ce651e940c977058cace141c6ed8a45b7d82a.tar.bz2 |
#8040: add a version switcher to the documentation. Patch by Yury Selivanov.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -636,6 +636,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. |