commit | a2983c6734f06a0ccb32d03877e3f90e46fbdabb | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 01 15:16:41 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 01 15:16:41 2010 +0000 |
tree | 9f24ef3c6dec8e8066c7e64335202109b39e9bc2 | |
parent | b83df8f1b7a3ff3689de4b6d3c36592f1c84492c [diff] |
Merged revisions 84394 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ 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. ........