diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-03-03 23:00:26 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-03-03 23:00:26 (GMT) |
commit | 96d743ec8bd6e57430116d154db0f1d9d18d2ce0 (patch) | |
tree | 92f1d5a931e85f7fce3ab3c8376f3da0eddfe07f /Misc | |
parent | 7e78ade6f9c387aa48b595b43478741299dff3bb (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |