mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Rip out all the u"..." literals and calls to unicode().
This commit is contained in:
parent
572dbf8f13
commit
ef87d6ed94
200 changed files with 18074 additions and 18074 deletions
|
|
@ -3736,7 +3736,7 @@ def _test():
|
|||
text = "This is Tcl/Tk version %s" % TclVersion
|
||||
if TclVersion >= 8.1:
|
||||
try:
|
||||
text = text + unicode("\nThis should be a cedilla: \347",
|
||||
text = text + str("\nThis should be a cedilla: \347",
|
||||
"iso-8859-1")
|
||||
except NameError:
|
||||
pass # no unicode support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue