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
Date 2012-08-06.01:59:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344218342.41.0.393067633887.issue15554@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, now I see what you are talking about.  Yes, your revision in the comment is clearer; but, unless I read it wrong, in the patch it now sounds like you are saying that ''.splitlines() does not return the same result as ''.split() when in fact it does.

I would also prefer that the "differences" discussion come in the separate paragraph after the specification of the behavior of the function, rather than the way you have it split up in the patch.  I would include the mention of the lack-of-extra-line as part of the differences discussion: as I said I think that behavior follows logically from the fact that the function is splitting lines and so doesn't belong in the basic function description.
History
Date User Action Args
2012-08-06 01:59:02r.david.murraysetrecipients: + r.david.murray, jcea, ncoghlan, pitrou, chris.jerdonek, docs@python
2012-08-06 01:59:02r.david.murraysetmessageid: <1344218342.41.0.393067633887.issue15554@psf.upfronthosting.co.za>
2012-08-06 01:59:01r.david.murraylinkissue15554 messages
2012-08-06 01:59:00r.david.murraycreate