]> granicus.if.org Git - python/commit
Apply diff3.txt from SF patch http://www.python.org/sf/536241
authorWalter Dörwald <walter@livinglogic.de>
Wed, 17 Apr 2002 21:34:05 +0000 (21:34 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 17 Apr 2002 21:34:05 +0000 (21:34 +0000)
commit2ee4be077534577eed52c136d10d9f8c0731e864
tree2c3021ea407fedc62b685d330a8081869456c605
parent1ec71ea48e344a556bf1ecfbe5d31913f48c091c
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.
Lib/test/test_string.py
Lib/test/test_unicode.py