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 rbcollins
Recipients georg.brandl, larry, ncoghlan, rbcollins
Date 2015-03-30.01:03:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427677417.63.0.21183410097.issue23809@psf.upfronthosting.co.za>
In-reply-to
Content
Why limit this to just stdlib shadowing?

A local module can shadow a top level module-or-package across the board. If we don't limit it to stdlib names, it becomes a lot easier to implement.
History
Date User Action Args
2015-03-30 01:03:37rbcollinssetrecipients: + rbcollins, georg.brandl, ncoghlan, larry
2015-03-30 01:03:37rbcollinssetmessageid: <1427677417.63.0.21183410097.issue23809@psf.upfronthosting.co.za>
2015-03-30 01:03:37rbcollinslinkissue23809 messages
2015-03-30 01:03:37rbcollinscreate