commit | 2952148dd246b67ca88a68c44819a208d0d6624a | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sat Jan 02 21:32:29 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sat Jan 02 21:32:29 2010 +0000 |
tree | 5758c72614328220c34eb45c83979a2c05ffdaf4 | |
parent | 6ecd9e53ce43796a0626d16a89cd6a99b28333cc [diff] |
Merged revisions 77242 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77242 | gregory.p.smith | 2010-01-02 13:29:54 -0800 (Sat, 02 Jan 2010) | 3 lines Correct documentation for s* z* and w*, the argument that should be passed is the address of a Py_buffer, not a Py_buffer *. ........