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 chris.jerdonek, ethan.furman, gward, jcea, pitrou, twouters
Date 2012-08-03.21:09:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344028158.14.0.538557489922.issue15510@psf.upfronthosting.co.za>
In-reply-to
Content
> an empty list is not a list of lines

Really?

>>> "".splitlines()
[]
History
Date User Action Args
2012-08-03 21:09:18pitrousetrecipients: + pitrou, twouters, gward, jcea, chris.jerdonek, ethan.furman
2012-08-03 21:09:18pitrousetmessageid: <1344028158.14.0.538557489922.issue15510@psf.upfronthosting.co.za>
2012-08-03 21:09:17pitroulinkissue15510 messages
2012-08-03 21:09:17pitroucreate