]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change PyUnicode_EncodeRawUnicodeEscape() to return bytes
authorWalter Dörwald <walter@livinglogic.de>
Sat, 12 May 2007 12:03:26 +0000 (12:03 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sat, 12 May 2007 12:03:26 +0000 (12:03 +0000)
commit711005d3396ece8c93a406274d10945c3edbe27a
treec6a91e80b2bee5b4fc8bd0d68348dd39efacff09
parentdb5d33e4eeefa9875b17ea6a24d28e7d7e17b4ad
Change PyUnicode_EncodeRawUnicodeEscape() to return bytes
objects (PyUnicode_AsRawUnicodeEscapeString() still returns
str8 objects).
Objects/unicodeobject.c