]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that
authorWalter Dörwald <walter@livinglogic.de>
Thu, 26 Aug 2004 16:53:04 +0000 (16:53 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 26 Aug 2004 16:53:04 +0000 (16:53 +0000)
commit57d88e5abd06cefcc8d52d62765c36214b1c1956
treecdfb770ea520db3fe7d3dff2a9fd687bf7e0dcfb
parent592ef6110f8280918894372d062a20f9eb158828
Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that
it can be used for str and unicode. Drop the test for
   "".join([s]) is s
because this is an implementation detail (and doesn't work for unicode)
Lib/test/string_tests.py
Lib/test/test_str.py
Lib/test/test_string.py
Lib/test/test_unicode.py