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 ncoghlan
Recipients BreamoreBoy, barry, ethan.furman, ezio.melotti, mark, mark.dickinson, martin.panter, ncoghlan, serhiy.storchaka, terry.reedy
Date 2014-08-06.23:16:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7ergLa1y3fYUJehB-yHcrGGSJLAwdfowUHJ4gq0RgMedg@mail.gmail.com>
In-reply-to <20140806190751.0c46049b@anarchist.wooz.org>
Content
It's a new builtin, so I think at least a simple PEP is needed for
traceability. The existence of types.SimpleNamespace should let us duck 99%
of the bikeshedding - it's a new name for an existing type, not a new type.
History
Date User Action Args
2014-08-06 23:16:42ncoghlansetrecipients: + ncoghlan, barry, terry.reedy, mark.dickinson, mark, ezio.melotti, BreamoreBoy, ethan.furman, martin.panter, serhiy.storchaka
2014-08-06 23:16:42ncoghlanlinkissue22123 messages
2014-08-06 23:16:42ncoghlancreate