]> granicus.if.org Git - python/commit
Simplify various spots where: str() is called on something
authorWalter Dörwald <walter@livinglogic.de>
Mon, 11 Jun 2007 21:38:39 +0000 (21:38 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 11 Jun 2007 21:38:39 +0000 (21:38 +0000)
commit5de48bdd195b14426c772b4c61290aef7f33e3ec
treee4411088f62f76b183b18d543b4c4b64d4076d65
parent80bfb725af0809308264d526ac6a024fc8386643
Simplify various spots where: str() is called on something
that already is a string or the existence of the str class
is checked or a check is done for str twice. These all stem
from the initial unicode->str replacement.
Lib/distutils/command/bdist_wininst.py
Lib/idlelib/PyParse.py
Lib/lib-tk/Tkinter.py
Lib/test/test_cfgparser.py
Lib/test/test_descr.py
Lib/test/test_iter.py
Lib/test/test_pprint.py
Lib/test/test_set.py
Lib/xml/dom/minicompat.py