[Python-checkins] cpython: Changelog entry for 8c2e87aeb707.

georg.brandl python-checkins at python.org
Sun Sep 9 11:19:20 CEST 2012


http://hg.python.org/cpython/rev/514007be0874
changeset:   78911:514007be0874
user:        Georg Brandl <georg at python.org>
date:        Sat Sep 08 07:58:37 2012 +0200
summary:
  Changelog entry for 8c2e87aeb707.

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@
 Library
 -------
 
+- Issue #15847: Fix a regression in argparse, which did not accept tuples
+  as argument lists anymore.
+
 - Issue #15828: Restore support for C extensions in imp.load_module().
 
 - Issue #15340: Fix importing the random module when /dev/urandom cannot

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list