From: Neil Schemenauer <nascheme@enme.ucalgary.ca>
Date: Fri, 24 Jan 2003 22:15:53 +0000 (+0000)
Subject: Add news about getargs change.
X-Git-Tag: v2.3c1~2342
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd63e619b4703ed5701589d367cccb7357d67aa8;p=python

Add news about getargs change.
---

diff --git a/Misc/NEWS b/Misc/NEWS
index fdc37309d3..ac61241339 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
 -------------