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 akira
Recipients akira, cvrebert, docs@python, r.david.murray, rhettinger, scoder
Date 2015-08-16.15:07:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439737627.4.0.683378249099.issue24842@psf.upfronthosting.co.za>
In-reply-to
Content
People do have problems that SimpleNamespace can solve:

- Why Python does not support record type i.e. mutable namedtuple [1]
- Does Python have anonymous classes? [2]
- How to create inline objects with properties in Python? [3]
- python create object and add attributes to it [4]

[1] http://stackoverflow.com/questions/5227839/why-python-does-not-support-record-type-i-e-mutable-namedtuple
[2] http://stackoverflow.com/questions/1123000/does-python-have-anonymous-classes
[3] http://stackoverflow.com/questions/1528932/how-to-create-inline-objects-with-properties-in-python
[4] http://stackoverflow.com/questions/2827623/python-create-object-and-add-attributes-to-it
History
Date User Action Args
2015-08-16 15:07:07akirasetrecipients: + akira, rhettinger, scoder, r.david.murray, cvrebert, docs@python
2015-08-16 15:07:07akirasetmessageid: <1439737627.4.0.683378249099.issue24842@psf.upfronthosting.co.za>
2015-08-16 15:07:07akiralinkissue24842 messages
2015-08-16 15:07:07akiracreate