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 r.david.murray
Recipients chris.jerdonek, docs@python, jcea, ncoghlan, pitrou, r.david.murray, terry.reedy
Date 2012-08-06.13:06:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344258381.74.0.871682871391.issue15554@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I read too quickly before.  But that expression "when a delimiter string *sep* is given" is hard to wrap ones head around in this context.  I think the problem really is that 'split' has such radically different behavior when given an argument as opposed to when it isn't.  I consider that a design flaw in split, and always have.  So, I suppose we can't do any better here because of that.

Please move the keeplines discussion back up into the initial paragraph, and then I think we'll be good to go.
History
Date User Action Args
2012-08-06 13:06:21r.david.murraysetrecipients: + r.david.murray, terry.reedy, jcea, ncoghlan, pitrou, chris.jerdonek, docs@python
2012-08-06 13:06:21r.david.murraysetmessageid: <1344258381.74.0.871682871391.issue15554@psf.upfronthosting.co.za>
2012-08-06 13:06:21r.david.murraylinkissue15554 messages
2012-08-06 13:06:21r.david.murraycreate