[issue1678] description of startswith is confused

2007-12-21 Thread Georg Brandl
Georg Brandl added the comment: This is already fixed in SVN and will be live with the next docs update. Thanks for reporting! -- resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue1678] description of startswith is confused

2007-12-21 Thread Christian Heimes
Changes by Christian Heimes: -- assignee: -> georg.brandl nosy: +georg.brandl priority: -> normal __ Tracker <[EMAIL PROTECTED]> __ ___ Python

[issue1678] description of startswith is confused

2007-12-21 Thread MATSUI Tetsushi
New submission from MATSUI Tetsushi: In the Library Reference 3.6.1 String Method, the description of startswith is confused with endswith. It says: prefix can also be a tuple of suffixes to look for. Here, "suffixes" means "prefixes". Note: This part is new for 2.5. -- components: D