summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-12-21 11:21:25 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-12-21 11:21:25 (GMT)
commite31d300664f54029ce35ccb78475333b968fdd6b (patch)
tree6b469de2dddf36cfea121a3fbde49e07c3747f6d /Misc
parent2b66da7d15e47f9ca0d08d4f18fc63c3ee6a0d51 (diff)
downloadcpython-e31d300664f54029ce35ccb78475333b968fdd6b.zip
cpython-e31d300664f54029ce35ccb78475333b968fdd6b.tar.gz
cpython-e31d300664f54029ce35ccb78475333b968fdd6b.tar.bz2
Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.
Thanks Case Van Horsen for the patch.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3c407e0..c82eb63 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1648,6 +1648,8 @@ Documentation
C-API
-----
+- Issue #7528: Add PyLong_AsLongAndOverflow (backported from py3k).
+
- Issue #7228: Add '%lld' and '%llu' support to PyString_FromFormat(V)
and PyErr_Format, on machines with HAVE_LONG_LONG defined.