]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change string comparison so that it applies even when one (or both)
authorGuido van Rossum <guido@python.org>
Mon, 24 Sep 2001 16:51:54 +0000 (16:51 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 24 Sep 2001 16:51:54 +0000 (16:51 +0000)
commitbb77e6801ea07653e3cc66dbfaa3b5102eae16e7
tree99a4a2b967dad5571bd3c4b1a48ebdc75e01ab79
parentff0e6d6ef542b5b4f3c31786aa152cec68598d4f
Change string comparison so that it applies even when one (or both)
arguments are subclasses of str, as long as they don't override rich
comparison.
Lib/test/test_descr.py
Objects/stringobject.c