[Python-checkins] r46795 - in python/trunk: Doc/lib/libstdtypes.tex Lib/test/string_tests.py Misc/NEWS Objects/stringobject.c Objects/unicodeobject.c
Neal Norwitz
nnorwitz at gmail.com
Tue Jun 13 08:58:25 CEST 2006
On 6/9/06, georg.brandl <python-checkins at python.org> wrote:
> Author: georg.brandl
> Date: Fri Jun 9 20:45:48 2006
> New Revision: 46795
>> Log:
> RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first argument.
What's the reason to not support any sequence and only support tuples?
Are there any other APIs that only support tuples rather than all
sequences?
n
More information about the Python-checkins
mailing list