commit | 96d743ec8bd6e57430116d154db0f1d9d18d2ce0 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 03 23:00:26 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 03 23:00:26 2005 +0000 |
tree | 92f1d5a931e85f7fce3ab3c8376f3da0eddfe07f | |
parent | 7e78ade6f9c387aa48b595b43478741299dff3bb [diff] [blame] |
Patch #1115086: support PY_LONGLONG in structmember.
diff --git a/Misc/NEWS b/Misc/NEWS index 5bf2e51..c6033de 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and builtins ----------------- +- Patch #1115086: Support PY_LONGLONG in structmember. + - Bug #1155938: new style classes did not check that __init__() was returning None.