commit | 729d47db091f33ab366be2e43d7bee17f06d10d7 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Sep 20 06:17:46 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Sep 20 06:17:46 2004 +0000 |
tree | 712d94615c69815affc7f9961963afba96dcb74e | |
parent | f13337dd387d323a875f0d45a95c5974066cc225 [diff] [blame] |
Patch #1024670: Support int objects in PyLong_AsUnsignedLong[Mask].
diff --git a/Misc/NEWS b/Misc/NEWS index 4daf763..3dac4a8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,7 +12,7 @@ Core and builtins ----------------- -... +- PyLong_AsUnsignedLong[Mask] now support int objects as well. Extension modules -----------------