]> granicus.if.org Git - python/commit
Remove the buffer API from PyUnicode as specified by PEP 3137. Also,
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 14 Oct 2007 02:05:51 +0000 (02:05 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 14 Oct 2007 02:05:51 +0000 (02:05 +0000)
commit70a237179f1213b0c180898b6e1f0b6c4e9cd11c
treea0d454e61877a808e682ab90d2cc268d4ce5f23c
parent659e7f44e2f0bc92db8b4e33fb6bae429dcbd205
Remove the buffer API from PyUnicode as specified by PEP 3137.  Also,
fix the error message of the 't' format unit, in getargs.c, so that it
asks for bytes, instead of string.
Modules/_sre.c
Modules/posixmodule.c
Objects/unicodeobject.c
Python/getargs.c