diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2003-01-24 22:15:53 (GMT) |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2003-01-24 22:15:53 (GMT) |
commit | cd63e619b4703ed5701589d367cccb7357d67aa8 (patch) | |
tree | ac3f770dfe5c3625b77f332971f73fe353209588 /Misc | |
parent | b808e99d34dc27204d2c8ad07489c2ba84dd98f5 (diff) | |
download | cpython-cd63e619b4703ed5701589d367cccb7357d67aa8.zip cpython-cd63e619b4703ed5701589d367cccb7357d67aa8.tar.gz cpython-cd63e619b4703ed5701589d367cccb7357d67aa8.tar.bz2 |
Add news about getargs change.
Diffstat (limited to 'Misc')
-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 ------------- |