From: Walter Dörwald Date: Tue, 3 Jun 2008 11:43:37 +0000 (+0000) Subject: Blocked revisions 63899 via svnmerge X-Git-Tag: v3.0b1~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4daa61e87da3ae31120a5cfae9960e8f48cbb013;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 63899 via svnmerge ........ r63899 | walter.doerwald | 2008-06-02 22:36:03 +0200 (Mon, 02 Jun 2008) | 3 lines Change all functions that expect one unicode character to accept a pair of surrogates in narrow builds. Fixes issue #1706460. ........ ---