]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#6780: fix starts/endswith error message to mention that tuples are accepted too.
authorEzio Melotti <none@none>
Tue, 26 Apr 2011 02:12:51 +0000 (05:12 +0300)
committerEzio Melotti <none@none>
Tue, 26 Apr 2011 02:12:51 +0000 (05:12 +0300)
commite3685f6b1b27bf089a40a12492f952dda5ff3ea2
treec203d4df92443193797fd04fe93508711c280b92
parenta0895db2e1e94a7a2dfba4f75475975720aae224
#6780: fix starts/endswith error message to mention that tuples are accepted too.
Lib/test/test_str.py
Lib/test/test_unicode.py
Misc/NEWS
Objects/stringobject.c
Objects/unicodeobject.c