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 ncoghlan, njs, pitrou, serhiy.storchaka
Date 2018-05-14.20:03:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526328214.4.0.682650639539.issue33440@psf.upfronthosting.co.za>
In-reply-to
Content
Personally I support moving imports of rarely used modules into functions that need them. But this is against PEP 8 and should be discussed more widely. Perhaps this rule should be weaken, we have to state what exceptions are permitted.
History
Date User Action Args
2018-05-14 20:03:34serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, pitrou, njs
2018-05-14 20:03:34serhiy.storchakasetmessageid: <1526328214.4.0.682650639539.issue33440@psf.upfronthosting.co.za>
2018-05-14 20:03:34serhiy.storchakalinkissue33440 messages
2018-05-14 20:03:34serhiy.storchakacreate