commit | 5de48bdd195b14426c772b4c61290aef7f33e3ec | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Mon Jun 11 21:38:39 2007 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Mon Jun 11 21:38:39 2007 +0000 |
tree | e4411088f62f76b183b18d543b4c4b64d4076d65 | |
parent | 80bfb725af0809308264d526ac6a024fc8386643 [diff] |
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.