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 ChrisRands, docs@python, serhiy.storchaka
Date 2018-02-12.13:09:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518440972.24.0.467229070634.issue32830@psf.upfronthosting.co.za>
In-reply-to
Content
I think tkinter is a valid exception. It provides the enormous number of names (mostly constants like RIGHT or VERTICAL) which are convenient to use without prefix.

PEP 8 is a style guide for the code of the stdlib. Its suggestions are not mandatory for a user code.
History
Date User Action Args
2018-02-12 13:09:32serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, ChrisRands
2018-02-12 13:09:32serhiy.storchakasetmessageid: <1518440972.24.0.467229070634.issue32830@psf.upfronthosting.co.za>
2018-02-12 13:09:32serhiy.storchakalinkissue32830 messages
2018-02-12 13:09:32serhiy.storchakacreate