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 mrabarnett
Recipients dabrahams, ezio.melotti, mrabarnett, serhiy.storchaka
Date 2012-08-02.17:28:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
There are actually 2 issues here:

1. The third argument is 'maxsplit', the fourth is 'flags'.

2. It never splits on a zero-width match. See issue 3262.
History
Date User Action Args
2012-08-02 17:29:00mrabarnettsetrecipients: + mrabarnett, ezio.melotti, dabrahams, serhiy.storchaka
2012-08-02 17:29:00mrabarnettsetmessageid: <[email protected]>
2012-08-02 17:29:00mrabarnettlinkissue15537 messages
2012-08-02 17:28:59mrabarnettcreate