]> granicus.if.org Git - python/commit
Committing patch #591250 which provides "str1 in str2" when str1 is a
authorBarry Warsaw <barry@python.org>
Tue, 6 Aug 2002 16:58:21 +0000 (16:58 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 6 Aug 2002 16:58:21 +0000 (16:58 +0000)
commit817918cc3c10d0ed6b14e0e3f2bc0c5227c508cd
tree5dcdd3861db33fde0a76f275c09d40cba9c6fa22
parentb57089cdf8b63b38ca736785c9fcc38a9fce89da
Committing patch #591250 which provides "str1 in str2" when str1 is a
string of longer than 1 character.
Doc/lib/libstdtypes.tex
Lib/test/string_tests.py
Lib/test/test_contains.py
Lib/test/test_string.py
Lib/test/test_unicode.py
Lib/test/test_userstring.py
Objects/stringobject.c
Objects/unicodeobject.c