mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
#18853: Fix resource warning in shlex's __main__ section.
Report and original fix by Vajrasky Kok.
This commit is contained in:
parent
7570cbdc6b
commit
838f2c437d
2 changed files with 13 additions and 9 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue