summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fdc3730..ac61241 100644
--- 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
-------------