commit | f386311fdbffa33ea0c57ae4054af221edb4f2b6 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Thu Nov 22 07:46:41 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Thu Nov 22 07:46:41 2007 +0000 |
tree | f2da174f1e18abbd8c87d154d2a444d116f0d629 | |
parent | 830a4bcfd44ec651c2cb23bdaf4c1b4a3529e2f3 [diff] |
Removed blocks from several functions in unicodeobject and stringobject where a PyString function was still checking for PyUnicode or the other way around. PyUnicode and PyString shouldn't magically convert the other type.