diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-10-18 00:28:47 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-10-18 00:28:47 (GMT) |
commit | 838f2c437db5796d316f106b1496d8d29268c5ca (patch) | |
tree | 47e87dd48e105e47be86796f3cac0ddf1b8100d1 /Misc | |
parent | 7570cbdc6b394cd89990a9252284c7e4a87bd6f1 (diff) | |
download | cpython-838f2c437db5796d316f106b1496d8d29268c5ca.zip cpython-838f2c437db5796d316f106b1496d8d29268c5ca.tar.gz cpython-838f2c437db5796d316f106b1496d8d29268c5ca.tar.bz2 |
#18853: Fix resource warning in shlex's __main__ section.
Report and original fix by Vajrasky Kok.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ Core and Builtins Library ------- +- Issue #18853: Fixed ResourceWarning in shlex.__nain__. + - Issue #9351: Defaults set with set_defaults on an argparse subparser are no longer ignored when also set on the parent parser. |