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 serhiy.storchaka
Recipients doerwalter, serhiy.storchaka
Date 2014-02-05.15:54:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5849664.Bl9ufTtHCr@raxxla>
In-reply-to <1391609259.27.0.567914711923.issue20520@psf.upfronthosting.co.za>
Content
> "\n \r\n \r \u2028".split() should have been "\n \r\n \r \u2028".split(" "),
> i.e. a list of different line ends.

Yes, this is obvious fix, but explicit tuple of line ends looks more clear and 
error-proof to me.
History
Date User Action Args
2014-02-05 15:54:46serhiy.storchakasetrecipients: + serhiy.storchaka, doerwalter
2014-02-05 15:54:46serhiy.storchakalinkissue20520 messages
2014-02-05 15:54:46serhiy.storchakacreate