diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-02-07 23:18:52 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-02-07 23:18:52 (GMT) |
commit | ddcacf315602a7c1b0254c9015780adc92a5b96b (patch) | |
tree | 5932f34530eb2b0513b71f134ac99290cb343369 /Doc/ACKS.txt | |
parent | b248bdca9614c87ef7958bea4cc34d3cbd3ced11 (diff) | |
download | cpython-ddcacf315602a7c1b0254c9015780adc92a5b96b.zip cpython-ddcacf315602a7c1b0254c9015780adc92a5b96b.tar.gz cpython-ddcacf315602a7c1b0254c9015780adc92a5b96b.tar.bz2 |
Merged revisions 88377 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r88377 | antoine.pitrou | 2011-02-08 00:10:33 +0100 (mar., 08 févr. 2011) | 4 lines
Issue #11141: Fix the shelve documentation to use a list, not a range object.
Patch by SilentGhost.
........
Diffstat (limited to 'Doc/ACKS.txt')
-rw-r--r-- | Doc/ACKS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/ACKS.txt b/Doc/ACKS.txt index e73e358..eca54f6 100644 --- a/Doc/ACKS.txt +++ b/Doc/ACKS.txt @@ -179,6 +179,7 @@ docs@python.org), and we'll be glad to correct the problem. * Joakim Sernbrant * Justin Sheehy * Charlie Shepherd + * SilentGhost * Michael Simcich * Ionel Simionescu * Michael Sloan |