]> granicus.if.org Git - python/commitdiff
Add news about getargs change.
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 24 Jan 2003 22:15:53 +0000 (22:15 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 24 Jan 2003 22:15:53 +0000 (22:15 +0000)
Misc/NEWS

index fdc37309d3f95876b70a5c61b68bcd0ff751447c..ac61241339dc1f18659ea415b064ebe10b69ba7f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
 -------------