]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first argument.
authorGeorg Brandl <georg@python.org>
Fri, 9 Jun 2006 18:45:48 +0000 (18:45 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 9 Jun 2006 18:45:48 +0000 (18:45 +0000)
commit242508160eb6520cca0f7a831449987f3ea1fba0
tree0f75dd6fcef4bf7627c07df3fd21eeb746cdc271
parent932f5afbe8567047c74496662170c0e370416ec3
RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first argument.
Doc/lib/libstdtypes.tex
Lib/test/string_tests.py
Misc/NEWS
Objects/stringobject.c
Objects/unicodeobject.c