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 andrei.avk
Recipients andrei.avk, cheryl.sabella, iritkatriel, larry, mdk, serhiy.storchaka
Date 2021-08-03.17:54:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628013280.36.0.916092932653.issue32397@roundup.psfhosted.org>
In-reply-to
Content
Note that I'm not handling a single '\r' because that was before Mac OS X; but it is handled by the following line (i.e. by the old logic):

            text = text.translate(self.unicode_whitespace_trans)
History
Date User Action Args
2021-08-03 17:54:40andrei.avksetrecipients: + andrei.avk, larry, serhiy.storchaka, mdk, cheryl.sabella, iritkatriel
2021-08-03 17:54:40andrei.avksetmessageid: <1628013280.36.0.916092932653.issue32397@roundup.psfhosted.org>
2021-08-03 17:54:40andrei.avklinkissue32397 messages
2021-08-03 17:54:40andrei.avkcreate