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 X-Istence, serhiy.storchaka
Date 2017-11-21.07:55:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511250934.65.0.213398074469.issue32097@psf.upfronthosting.co.za>
In-reply-to
Content
It considers `\r\n` as a blank line. It just doesn't consider `\r\n` as `\n` in a non-blank line.

If add `\r` after `some text` the test will pass. Or use NORMALIZE_WHITESPACE.
History
Date User Action Args
2017-11-21 07:55:34serhiy.storchakasetrecipients: + serhiy.storchaka, X-Istence
2017-11-21 07:55:34serhiy.storchakasetmessageid: <1511250934.65.0.213398074469.issue32097@psf.upfronthosting.co.za>
2017-11-21 07:55:34serhiy.storchakalinkissue32097 messages
2017-11-21 07:55:34serhiy.storchakacreate