]> granicus.if.org Git - python/commit
Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 8 Jun 2010 22:54:19 +0000 (22:54 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 8 Jun 2010 22:54:19 +0000 (22:54 +0000)
commit3dcb5acdb0151d1686762329ec07ae2ac4d1caae
tree1b9d0230afafafa0cff920c7f55c9ca98e433719
parent1fbd36b51d1bf65bc110e51840bede646b58f2d5
Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format

Remove last references to the "char buffer" of the buffer protocol from
Python3.
Doc/c-api/arg.rst
Doc/whatsnew/3.2.rst
Lib/test/test_codecs.py
Misc/NEWS
Modules/_codecsmodule.c
Python/getargs.c