commit | 49605907b76596b58a1fccd8d5480c84daf10e23 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sat Jan 02 21:35:36 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sat Jan 02 21:35:36 2010 +0000 |
tree | 8cc03ae424bf5296714b30eb4d9b0c2a3b04596f | |
parent | e560d75a2a992d8a3748b3bdb4b5fd5357aa8f35 [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 *. ........