[issue1240] str.split bug when using sep = None and maxsplit

2007-10-07 Thread Brett Cannon
Brett Cannon added the comment: issue1123 was the issue I was thinking of. Setting that as a superceder as 1123 was closed prematurely. -- superseder: - split(None, maxsplit) does not strip whitespace correctly __ Tracker [EMAIL PROTECTED]

[issue1240] str.split bug when using sep = None and maxsplit

2007-10-07 Thread Brett Cannon
Changes by Brett Cannon: -- resolution: - duplicate status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1240 __ ___ Python-bugs-list mailing list

[issue1240] str.split bug when using sep = None and maxsplit

2007-10-06 Thread Guido van Rossum
Guido van Rossum added the comment: It was deemed a documentation bug. -- nosy: +gvanrossum __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1240 __ ___ Python-bugs-list

[issue1240] str.split bug when using sep = None and maxsplit

2007-10-05 Thread Tim Gordon
Changes by Tim Gordon: -- title: str.split bug - str.split bug when using sep = None and maxsplit __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1240 __ ___

[issue1240] str.split bug when using sep = None and maxsplit

2007-10-05 Thread Brett Cannon
Brett Cannon added the comment: I know there is another filed bug on this topic, I just need to find it. -- nosy: +brett.cannon __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1240 __