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 barry
Recipients Arfrever, amaury.forgeotdarc, barry, brett.cannon, eric.araujo, eric.snow, loewis, ncoghlan
Date 2012-06-03.16:09:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120603120956.3d396995@resist.wooz.org>
In-reply-to <1338624210.3.0.500930407658.issue14673@psf.upfronthosting.co.za>
Content
On Jun 02, 2012, at 08:03 AM, Amaury Forgeot d'Arc wrote:

>- _PyNamespace_New should be a public API function.  From Python code,
>- SimpleNamespace is public.

This is a separate discussion.  I'm not opposed, but I don't think this should
be addressed in this patch.

>- SimpleNamespace should support weak references.

Again, this could be addressed separately.
History
Date User Action Args
2012-06-03 16:10:00barrysetrecipients: + barry, loewis, brett.cannon, amaury.forgeotdarc, ncoghlan, eric.araujo, Arfrever, eric.snow
2012-06-03 16:09:59barrylinkissue14673 messages
2012-06-03 16:09:59barrycreate