summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2003-01-24 22:15:53 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2003-01-24 22:15:53 (GMT)
commitcd63e619b4703ed5701589d367cccb7357d67aa8 (patch)
treeac3f770dfe5c3625b77f332971f73fe353209588 /Misc
parentb808e99d34dc27204d2c8ad07489c2ba84dd98f5 (diff)
downloadcpython-cd63e619b4703ed5701589d367cccb7357d67aa8.zip
cpython-cd63e619b4703ed5701589d367cccb7357d67aa8.tar.gz
cpython-cd63e619b4703ed5701589d367cccb7357d67aa8.tar.bz2
Add news about getargs change.
Diffstat (limited to 'Misc')
-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
-------------