From: Georg Brandl Date: Sat, 8 Sep 2012 05:58:37 +0000 (+0200) Subject: Changelog entry for 8c2e87aeb707. X-Git-Tag: v3.3.0rc2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef06595535fcb7f4b693f44c568be33b75c1ff06;p=thirdparty%2FPython%2Fcpython.git Changelog entry for 8c2e87aeb707. --- diff --git a/Misc/NEWS b/Misc/NEWS index 98be0c2e0834..9a0668863957 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