summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-02-28 20:03:28 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-02-28 20:03:28 (GMT)
commite42e405e082f98a5ae109bafa1f1529487464b29 (patch)
treec4bcf00834e35dfa300c5af36b62010156cffa76 /Include
parent9193491eb36d7edf2e1b51cf5a74d46a7ac314d5 (diff)
downloadcpython-e42e405e082f98a5ae109bafa1f1529487464b29.zip
cpython-e42e405e082f98a5ae109bafa1f1529487464b29.tar.gz
cpython-e42e405e082f98a5ae109bafa1f1529487464b29.tar.bz2
Martin owns PEP 353 and did most of the work
Diffstat (limited to 'Include')
-rw-r--r--Include/modsupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/modsupport.h b/Include/modsupport.h
index c31c5be..63f866e 100644
--- a/Include/modsupport.h
+++ b/Include/modsupport.h
@@ -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.