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 terry.reedy
Recipients IanLee1521, docs@python, ncoghlan, terry.reedy
Date 2014-12-19.22:06:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419026771.7.0.585369050048.issue23061@psf.upfronthosting.co.za>
In-reply-to
Content
I read Nick's post and I would like PEP8 to continue to discourage imports at class scope unless there is actually a use case.  I discovered yesterday that idlelib.ColorDelegator has several imports at the top of the module and more as the top of the class (of the same name).  I cannot think of any good reason for the split.
History
Date User Action Args
2014-12-19 22:06:11terry.reedysetrecipients: + terry.reedy, ncoghlan, docs@python, IanLee1521
2014-12-19 22:06:11terry.reedysetmessageid: <1419026771.7.0.585369050048.issue23061@psf.upfronthosting.co.za>
2014-12-19 22:06:11terry.reedylinkissue23061 messages
2014-12-19 22:06:11terry.reedycreate