summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-08 05:58:37 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-08 05:58:37 (GMT)
commitef06595535fcb7f4b693f44c568be33b75c1ff06 (patch)
treee5daae42e275b5bb9b98b3cc68ac361c73d0d0f3 /Misc
parent55c206ab2f2c8f0385dcc71054b3b42c3958b896 (diff)
downloadcpython-ef06595535fcb7f4b693f44c568be33b75c1ff06.zip
cpython-ef06595535fcb7f4b693f44c568be33b75c1ff06.tar.gz
cpython-ef06595535fcb7f4b693f44c568be33b75c1ff06.tar.bz2
Changelog entry for 8c2e87aeb707.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 98be0c2..9a06688 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and Builtins
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