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 eltoder
Recipients Guido.van.Rossum, Mark.Shannon, benjamin.peterson, eltoder, larry, lemburg, njs, pitrou, rhettinger, serhiy.storchaka
Date 2015-09-01.14:38:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441118309.95.0.0538891954305.issue24912@psf.upfronthosting.co.za>
In-reply-to
Content
Nathaniel, what if we allow creating module objects from an existing dict instead of always creating a new one. Does this solve your namespace diversion problem?

FWIW, when I discovered this change I was quite surprised this came through without a PEP. I agree that the old rules were somewhat arbitrary, but this is a significant change with non-trivial compatibility concerns.
History
Date User Action Args
2015-09-01 14:38:30eltodersetrecipients: + eltoder, lemburg, rhettinger, pitrou, larry, benjamin.peterson, njs, Mark.Shannon, serhiy.storchaka, Guido.van.Rossum
2015-09-01 14:38:29eltodersetmessageid: <1441118309.95.0.0538891954305.issue24912@psf.upfronthosting.co.za>
2015-09-01 14:38:29eltoderlinkissue24912 messages
2015-09-01 14:38:29eltodercreate