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 hakancelik, serhiy.storchaka
Date 2020-05-17.08:30:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589704205.33.0.371099798172.issue40655@roundup.psfhosted.org>
In-reply-to
Content
Pure cosmetic changes to satisfy some aesthetic preferences are not accepted. Every changes has its cost (it consumes the time of core developers to review, has maintenance cost, and disturbs the history of the files) and should be made only if it has a clear benefit.

Using star-import is not forbidden, otherwise such syntax would not be supported. ctypes may be one of modules for which using it is well justified: it contains a lot of names, and most of names have unique prefix ("c_") to avoid conflicts with builtins. Especially in tests.
History
Date User Action Args
2020-05-17 08:30:05serhiy.storchakasetrecipients: + serhiy.storchaka, hakancelik
2020-05-17 08:30:05serhiy.storchakasetmessageid: <1589704205.33.0.371099798172.issue40655@roundup.psfhosted.org>
2020-05-17 08:30:05serhiy.storchakalinkissue40655 messages
2020-05-17 08:30:05serhiy.storchakacreate