Martin owns PEP 353 and did most of the work

This commit is contained in:
Neal Norwitz 2006-02-28 20:03:28 +00:00
parent 9193491eb3
commit e42e405e08
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ PyAPI_FUNC(int) PyModule_AddStringConstant(PyObject *, const char *, const char
Please add a line or two to the top of this log for each API
version change:
22-Feb-2006 GvR 1013 PEP 353 - long indices for sequence lengths
22-Feb-2006 MvL 1013 PEP 353 - long indices for sequence lengths
19-Aug-2002 GvR 1012 Changes to string object struct for
interning changes, saving 3 bytes.