]> granicus.if.org Git - python/commit
Make use of new str.startswith/endswith semantics.
authorGeorg Brandl <georg@python.org>
Fri, 9 Jun 2006 20:43:48 +0000 (20:43 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 9 Jun 2006 20:43:48 +0000 (20:43 +0000)
commitb2afe855e5d75a570707d6bf0e32206e4b7b1c4d
treeb637a7e78de40cf155c471e702e9b465fcd0625d
parent3ebef999e60cc63baafcdcfa0fd05c063715a66c
Make use of new str.startswith/endswith semantics.
Occurences in email and compiler were ignored due to backwards compat requirements.
Lib/_MozillaCookieJar.py
Lib/difflib.py
Lib/idlelib/EditorWindow.py
Lib/idlelib/configHandler.py
Lib/idlelib/configHelpSourceEdit.py
Lib/test/test_compiler.py
Lib/test/test_inspect.py
Lib/test/test_tcl.py
Lib/trace.py
Lib/warnings.py
Lib/webbrowser.py