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 eric.smith
Recipients cryvate, docs@python, eric.smith, wyz23x2
Date 2020-07-25.13:29:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595683770.16.0.549595841101.issue41393@roundup.psfhosted.org>
In-reply-to
Content
I agree that the example is okay as-is.

Plus, I can't see us using __import__ in examples. "import" is the preferred way to load modules.

Although now that I think about it, maybe __import__ would fit in with the subject "Is it possible to write obfuscated one-liners in Python?"!
History
Date User Action Args
2020-07-25 13:29:30eric.smithsetrecipients: + eric.smith, docs@python, cryvate, wyz23x2
2020-07-25 13:29:30eric.smithsetmessageid: <1595683770.16.0.549595841101.issue41393@roundup.psfhosted.org>
2020-07-25 13:29:30eric.smithlinkissue41393 messages
2020-07-25 13:29:30eric.smithcreate