From: Antoine Pitrou Date: Wed, 1 Sep 2010 15:15:28 +0000 (+0000) Subject: Blocked revisions 84394 via svnmerge X-Git-Tag: v2.7.1rc1~355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a7636205ca8163b58c9a62672e60dff343bbd9f;p=python Blocked revisions 84394 via svnmerge ........ r84394 | antoine.pitrou | 2010-09-01 17:10:12 +0200 (mer., 01 sept. 2010) | 4 lines Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API properly. Patch by Stefan Behnel. ........ ---