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 pitrou
Recipients kaka, pitrou
Date 2009-10-29.13:18:26
SpamBayes Score 0.001321937
Marked as misclassified No
Message-id <1256822308.95.0.324341451327.issue7235@psf.upfronthosting.co.za>
In-reply-to
Content
It's by design. If you want to split on arbitrary characters, use the
split() method on string and bytes objects.
History
Date User Action Args
2009-10-29 13:18:29pitrousetrecipients: + pitrou, kaka
2009-10-29 13:18:28pitrousetmessageid: <1256822308.95.0.324341451327.issue7235@psf.upfronthosting.co.za>
2009-10-29 13:18:26pitroulinkissue7235 messages
2009-10-29 13:18:26pitroucreate