summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-01-10 00:03:32 (GMT)
committerBrett Cannon <brett@python.org>2014-01-10 00:03:32 (GMT)
commit4caa61d20e5a64fbe57b46fa2890394c18247c93 (patch)
treec8b0cf2ed41ff8dbdba8191e496e605d043f1afc /Misc
parenteb168042163e57bc37cf3573eab665111bbde6cf (diff)
downloadcpython-4caa61d20e5a64fbe57b46fa2890394c18247c93.zip
cpython-4caa61d20e5a64fbe57b46fa2890394c18247c93.tar.gz
cpython-4caa61d20e5a64fbe57b46fa2890394c18247c93.tar.bz2
Issue #20152: import.c now uses Argument Clinic.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e63d6a0..cbca172 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,8 @@ Core and Builtins
Library
-------
+- Issue #20152: Ported Python/import.c over to Argument Clinic.
+
- Issue #13107: argparse and optparse no longer raises an exception when output
a help on environment with too small COLUMNS. Based on patch by
Elazar Gershuni.