mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Fix NEWS item that ended up in wrong section
This commit is contained in:
commit
424f6e18c2
1 changed files with 2 additions and 2 deletions
|
@ -294,6 +294,8 @@ Library
|
|||
- Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names
|
||||
for the names of optional and positional arguments in help messages.
|
||||
|
||||
- Issue #9348: Raise an early error if argparse nargs and metavar don't match.
|
||||
|
||||
Build
|
||||
-----
|
||||
|
||||
|
@ -1530,8 +1532,6 @@ Library
|
|||
|
||||
- Issue #9948: Fixed problem of losing filename case information.
|
||||
|
||||
- Issue #9348: Raise an early error if argparse nargs and metavar don't match.
|
||||
|
||||
Extension Modules
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue