Fix NEWS item that ended up in wrong section
This commit is contained in:
parent
8d9a4628c3
commit
006ba5c165
|
@ -152,6 +152,8 @@ Library
|
|||
- Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers
|
||||
larger than 4GB. Patch by Nadeem Vawda.
|
||||
|
||||
- Issue #9348: Raise an early error if argparse nargs and metavar don't match.
|
||||
|
||||
Build
|
||||
-----
|
||||
|
||||
|
@ -1364,8 +1366,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…
Reference in New Issue