summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-03-03 23:00:26 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-03-03 23:00:26 (GMT)
commit96d743ec8bd6e57430116d154db0f1d9d18d2ce0 (patch)
tree92f1d5a931e85f7fce3ab3c8376f3da0eddfe07f /Misc
parent7e78ade6f9c387aa48b595b43478741299dff3bb (diff)
downloadcpython-96d743ec8bd6e57430116d154db0f1d9d18d2ce0.zip
cpython-96d743ec8bd6e57430116d154db0f1d9d18d2ce0.tar.gz
cpython-96d743ec8bd6e57430116d154db0f1d9d18d2ce0.tar.bz2
Patch #1115086: support PY_LONGLONG in structmember.
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 5bf2e51..c6033de 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
+- Patch #1115086: Support PY_LONGLONG in structmember.
+
- Bug #1155938: new style classes did not check that __init__() was
returning None.