Message 224968 - Python tracker

Message224968

Author ncoghlan
Recipients BreamoreBoy, barry, ethan.furman, ezio.melotti, mark, mark.dickinson, martin.panter, ncoghlan, serhiy.storchaka, terry.reedy
Date 2014-08-06.21:43:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407361427.09.0.354034617914.issue22123@psf.upfronthosting.co.za>
In-reply-to
Content
types.SimpleNamespace was added as an implementation detail of the "sys.implementation" PEP. It's not a builtin yet, solely because we get far fewer arguments about the contents of the types module than we do builtins :)

I'd be +1 on a PEP to also expose it as a "namespace" builtin.
History
Date User Action Args
2014-08-06 21:43:47ncoghlansetrecipients: + ncoghlan, barry, terry.reedy, mark.dickinson, mark, ezio.melotti, BreamoreBoy, ethan.furman, martin.panter, serhiy.storchaka
2014-08-06 21:43:47ncoghlansetmessageid: <1407361427.09.0.354034617914.issue22123@psf.upfronthosting.co.za>
2014-08-06 21:43:47ncoghlanlinkissue22123 messages
2014-08-06 21:43:47ncoghlancreate