]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change the %s format specifier for str objects so that it returns a
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 12 Aug 2005 17:34:58 +0000 (17:34 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 12 Aug 2005 17:34:58 +0000 (17:34 +0000)
commitcf52c0784364c09818ffd3fcaabffec667dba01d
tree6376fa09a2c4ba2ff6db8a3a3d6445d55fba5824
parentba7d95e21588c649a262e30103a33a237cc142a0
Change the %s format specifier for str objects so that it returns a
unicode instance if the argument is not an instance of basestring and
calling __str__ on the argument returns a unicode instance.
Include/object.h
Lib/test/test_unicode.py
Misc/NEWS
Objects/object.c
Objects/stringobject.c