summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-10-01 17:08:50 (GMT)
committerGeorg Brandl <georg@python.org>2012-10-01 17:08:50 (GMT)
commit44d0c2156a292b2e9297b2220941e340d4ec32df (patch)
treeb04291a2861bdd652ff92415e70658596d98445f /Misc
parent8fc6cb35c53657e96cee75f0d8e8a918b93e554b (diff)
downloadcpython-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 889f04b..b23a0c3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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,