summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-06-30 04:06:08 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-06-30 04:06:08 (GMT)
commit029656fb3bc23a2ce03a81fe30bc1b1e5ce5e4cd (patch)
tree9ab92572d81a043d47a30f9be5ed1cef81d922a3 /Misc
parent2f5799b7b07196504186dad98d8528657981ac6a (diff)
downloadcpython-029656fb3bc23a2ce03a81fe30bc1b1e5ce5e4cd.zip
cpython-029656fb3bc23a2ce03a81fe30bc1b1e5ce5e4cd.tar.gz
cpython-029656fb3bc23a2ce03a81fe30bc1b1e5ce5e4cd.tar.bz2
Issue #3236: Return small longs from PyLong_FromString.
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 0ba9a9c..b3d4f30 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's new in Python 3.0b2?
Core and Builtins
-----------------
+- Issue #3236: Return small longs from PyLong_FromString.
+
Library
-------