From: Victor Stinner Date: Tue, 8 Jun 2010 22:54:54 +0000 (+0000) Subject: Blocked revisions 81854 via svnmerge X-Git-Tag: v3.1.3rc1~658 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb2e0c35cce8ae75cf3477488cbbce6bcfd2355b;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 81854 via svnmerge ........ r81854 | victor.stinner | 2010-06-09 00:54:19 +0200 (mer., 09 juin 2010) | 5 lines Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format Remove last references to the "char buffer" of the buffer protocol from Python3. ........ ---