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 ncoghlan
Recipients docs@python, ncoghlan
Date 2012-05-29.22:34:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338330890.64.0.0644445250227.issue14957@psf.upfronthosting.co.za>
In-reply-to
Content
The docs for str.splitlines() should explain:

1. That it uses the universal newlines approach to splitting lines
2. That unlike str.split() a trailing empty line is *not* included in the resulting list
History
Date User Action Args
2012-05-29 22:34:50ncoghlansetrecipients: + ncoghlan, docs@python
2012-05-29 22:34:50ncoghlansetmessageid: <1338330890.64.0.0644445250227.issue14957@psf.upfronthosting.co.za>
2012-05-29 22:34:50ncoghlanlinkissue14957 messages
2012-05-29 22:34:49ncoghlancreate