diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -166,7 +166,10 @@ Build C API ----- -TBD +- The PyArg_Parse functions now raise a TypeError instead of truncating float + arguments if an integer is specified (this affects the 'b', 'B', 'h', 'H', + 'i', and 'l' codes). + New platforms ------------- |