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 brett.cannon, eric.smith, eric.snow, gvanrossum, matrixise, ncoghlan, serhiy.storchaka
Date 2018-11-30.15:10:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543590612.65.0.788709270274.issue35358@psf.upfronthosting.co.za>
In-reply-to
Content
I dynamically load a lot of modules whose names contain hyphens, or are otherwise non-identifiers (like 3rdparty.py). The suggested change would break a lot of working code.

The only thing I can see being possible is to add a warning that no one would likely ever see. So I think we should take no action here.
History
Date User Action Args
2018-11-30 15:10:12eric.smithsetrecipients: + eric.smith, gvanrossum, brett.cannon, ncoghlan, eric.snow, serhiy.storchaka, matrixise
2018-11-30 15:10:12eric.smithsetmessageid: <1543590612.65.0.788709270274.issue35358@psf.upfronthosting.co.za>
2018-11-30 15:10:12eric.smithlinkissue35358 messages
2018-11-30 15:10:12eric.smithcreate