This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients ezio.melotti, python-dev, r.david.murray, santoso.wijaya, srid, vstinner
Date 2011-04-26.03:45:18
SpamBayes Score 0.0005172542
Marked as misclassified No
Message-id <E1QEZDB-0007VT-Bi@dinsdale.python.org>
In-reply-to
Content
New changeset 3ceeccbc2c3b by Ezio Melotti in branch '2.7':
#6780: fix starts/endswith error message to mention that tuples are accepted too.
http://hg.python.org/cpython/rev/3ceeccbc2c3b

New changeset bcbf8c3c4a88 by Ezio Melotti in branch '3.1':
#6780: fix starts/endswith error message to mention that tuples are accepted too.
http://hg.python.org/cpython/rev/bcbf8c3c4a88

New changeset f393c507717a by Ezio Melotti in branch '3.2':
#6780: merge with 3.1.
http://hg.python.org/cpython/rev/f393c507717a

New changeset a1a1296556d7 by Ezio Melotti in branch 'default':
#6780: merge with 3.2.
http://hg.python.org/cpython/rev/a1a1296556d7
History
Date User Action Args
2011-04-26 03:45:19python-devsetrecipients: + python-dev, vstinner, ezio.melotti, r.david.murray, srid, santoso.wijaya
2011-04-26 03:45:18python-devlinkissue6780 messages
2011-04-26 03:45:18python-devcreate