diff options
author | Georg Brandl <georg@python.org> | 2012-10-01 17:08:50 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-10-01 17:08:50 (GMT) |
commit | 44d0c2156a292b2e9297b2220941e340d4ec32df (patch) | |
tree | b04291a2861bdd652ff92415e70658596d98445f /Misc | |
parent | 8fc6cb35c53657e96cee75f0d8e8a918b93e554b (diff) | |
download | cpython-44d0c2156a292b2e9297b2220941e340d4ec32df.zip cpython-44d0c2156a292b2e9297b2220941e340d4ec32df.tar.gz cpython-44d0c2156a292b2e9297b2220941e340d4ec32df.tar.bz2 |
Several improvements to the HTML NEWS version:
* rename to "Changelog"
* recognize more issue links
* add NEWS as a dependency for Sphinx
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ Library - Issue #15509: webbrowser.UnixBrowser no longer passes empty arguments to Popen when %action substitutions produce empty strings. -- Issues #12776, #11839: call argparse type function (specified by add_argument) +- Issue #12776, issue #11839: call argparse type function (specified by add_argument) only once. Before, the type function was called twice in the case where the default was specified and the argument was given as well. This was especially problematic for the FileType type, as a default file would always be opened, |