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 wyz23x2
Recipients docs@python, wyz23x2
Date 2020-07-25.12:38:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595680684.82.0.451241324021.issue41393@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3/faq/programming.html#is-it-possible-to-write-obfuscated-one-liners-in-python
https://github.com/python/cpython/blob/3.8/Doc/faq/programming.rst
The 3rd raises a NameError because reduce was moved into functools. __import__('functools').reduce should fix this.
History
Date User Action Args
2020-07-25 12:38:04wyz23x2setrecipients: + wyz23x2, docs@python
2020-07-25 12:38:04wyz23x2setmessageid: <1595680684.82.0.451241324021.issue41393@roundup.psfhosted.org>
2020-07-25 12:38:04wyz23x2linkissue41393 messages
2020-07-25 12:38:04wyz23x2create