summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-02-10 16:13:25 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-02-10 16:13:25 (GMT)
commit21776074cc300dbdea412aa57cb6efdd126dcff6 (patch)
tree572f170fc1e492de76de035241f3d77228c9c171 /Misc/NEWS
parenteeba356308cd6e6e11ed8c50e5d6ebac32b42e1c (diff)
downloadcpython-21776074cc300dbdea412aa57cb6efdd126dcff6.zip
cpython-21776074cc300dbdea412aa57cb6efdd126dcff6.tar.gz
cpython-21776074cc300dbdea412aa57cb6efdd126dcff6.tar.bz2
Merged revisions 69498 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69498 | mark.dickinson | 2009-02-10 15:46:50 +0000 (Tue, 10 Feb 2009) | 6 lines Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for negative arguments. Previously, it raised TypeError. Thanks Lisandro Dalcin. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5970332..44a893f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -467,6 +467,9 @@ Build
C-API
-----
+- Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError
+ for negative arguments. Previously, it raised TypeError.
+
- Issue #4720: The format for PyArg_ParseTupleAndKeywords can begin with '|'.
- Issue #3632: from the gdb debugger, the 'pyo' macro can now be called when