Rip out all the u"..." literals and calls to unicode().

This commit is contained in:
Guido van Rossum
2007-05-02 19:09:54 +00:00
parent 572dbf8f13
commit ef87d6ed94
200 changed files with 18074 additions and 18074 deletions

View File

@@ -186,7 +186,7 @@ except NameError:
pass
d[str] = _deepcopy_atomic
try:
d[unicode] = _deepcopy_atomic
d[str] = _deepcopy_atomic
except NameError:
pass
try: