summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-09-20 06:17:46 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-09-20 06:17:46 (GMT)
commit729d47db091f33ab366be2e43d7bee17f06d10d7 (patch)
tree712d94615c69815affc7f9961963afba96dcb74e /Misc
parentf13337dd387d323a875f0d45a95c5974066cc225 (diff)
downloadcpython-729d47db091f33ab366be2e43d7bee17f06d10d7.zip
cpython-729d47db091f33ab366be2e43d7bee17f06d10d7.tar.gz
cpython-729d47db091f33ab366be2e43d7bee17f06d10d7.tar.bz2
Patch #1024670: Support int objects in PyLong_AsUnsignedLong[Mask].
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4daf763..3dac4a8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,7 @@ What's New in Python 2.4 beta 1?
Core and builtins
-----------------
-...
+- PyLong_AsUnsignedLong[Mask] now support int objects as well.
Extension modules
-----------------