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 ethan.furman
Recipients chris.jerdonek, ethan.furman, gward, jcea, pitrou, twouters
Date 2012-08-03.21:17:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <501C4369.2060102@stoneleaf.us>
In-reply-to <1344028158.14.0.538557489922.issue15510@psf.upfronthosting.co.za>
Content
Antoine Pitrou wrote:
> Antoine Pitrou added the comment:
> 
>> an empty list is not a list of lines
> 
> Really?
> 
>>>> "".splitlines()
> []

Really.

--> ''.split('\n')
['']
History
Date User Action Args
2012-08-03 21:17:58ethan.furmansetrecipients: + ethan.furman, twouters, gward, jcea, pitrou, chris.jerdonek
2012-08-03 21:17:57ethan.furmanlinkissue15510 messages
2012-08-03 21:17:57ethan.furmancreate