| commit | 2ee4be077534577eed52c136d10d9f8c0731e864 | [log] [tgz] | 
|---|---|---|
| author | Walter Dörwald <walter@livinglogic.de> | Wed Apr 17 21:34:05 2002 +0000 | 
| committer | Walter Dörwald <walter@livinglogic.de> | Wed Apr 17 21:34:05 2002 +0000 | 
| tree | 2c3021ea407fedc62b685d330a8081869456c605 | |
| parent | 1ec71ea48e344a556bf1ecfbe5d31913f48c091c [diff] | 
Apply diff3.txt from SF patch http://www.python.org/sf/536241 If a str or unicode method returns the original object, make sure that for str and unicode subclasses the original will not be returned. This should prevent SF bug http://www.python.org/sf/460020 from reappearing.