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 rhettinger
Recipients BreamoreBoy, barry, eric.snow, ethan.furman, ezio.melotti, mark, mark.dickinson, martin.panter, ncoghlan, pitrou, rhettinger, serhiy.storchaka, terry.reedy
Date 2014-12-09.08:50:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418115006.69.0.273596531171.issue22123@psf.upfronthosting.co.za>
In-reply-to
Content
-1 on moving this to builtin status.  For a long time, we've tried to keep a back pressure against adding more builtins (in part because it increases the learning curve for the core language).   The SimpleNamespace() type would need to become *much* more popular to warrant becoming a builtin (even then, other tools such as copy.copy() or collections.OrderedDict() would likely be able to make stronger claims).  AFAICT, the SimpleNamespace() class has been used exactly once is the standard library (in venv) and almost not at all in published code.  IMO, it is *very* far from warranting builtin status.
History
Date User Action Args
2014-12-09 08:50:06rhettingersetrecipients: + rhettinger, barry, terry.reedy, mark.dickinson, ncoghlan, pitrou, mark, ezio.melotti, BreamoreBoy, ethan.furman, eric.snow, martin.panter, serhiy.storchaka
2014-12-09 08:50:06rhettingersetmessageid: <1418115006.69.0.273596531171.issue22123@psf.upfronthosting.co.za>
2014-12-09 08:50:06rhettingerlinkissue22123 messages
2014-12-09 08:50:06rhettingercreate