]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
changed repr and str to always convert unicode strings
authorFredrik Lundh <fredrik@pythonware.com>
Sat, 1 Jul 2000 14:31:09 +0000 (14:31 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sat, 1 Jul 2000 14:31:09 +0000 (14:31 +0000)
commitefecc7d05bf674db579638e0a8e5b5496e1e0826
tree3fa3522773569b43c846a7a06a4af42774e32a48
parent50694988844e76f3b532a6d6dc461096d0ef622e
changed repr and str to always convert unicode strings
to 8-bit strings, using the default encoding.
Objects/object.c