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 petr.viktorin
Recipients aeros, gvanrossum, lys.nikolaou, pablogsal, petr.viktorin, serhiy.storchaka, vstinner
Date 2020-04-29.14:52:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588171954.65.0.315040066624.issue40246@roundup.psfhosted.org>
In-reply-to
Content
reportlab reported failures on code like:

norm=lambda m: m+(m and(m[-1]!='\n'and'\n'or'')or'\n')

Note that `or` has a `r` in it.
History
Date User Action Args
2020-04-29 14:52:34petr.viktorinsetrecipients: + petr.viktorin, gvanrossum, vstinner, serhiy.storchaka, lys.nikolaou, pablogsal, aeros
2020-04-29 14:52:34petr.viktorinsetmessageid: <1588171954.65.0.315040066624.issue40246@roundup.psfhosted.org>
2020-04-29 14:52:34petr.viktorinlinkissue40246 messages
2020-04-29 14:52:34petr.viktorincreate