diff options
author | Brett Cannon <brett@python.org> | 2014-01-10 00:03:32 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2014-01-10 00:03:32 (GMT) |
commit | 4caa61d20e5a64fbe57b46fa2890394c18247c93 (patch) | |
tree | c8b0cf2ed41ff8dbdba8191e496e605d043f1afc /Misc | |
parent | eb168042163e57bc37cf3573eab665111bbde6cf (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |