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 eric.snow
Recipients Arfrever, brett.cannon, eric.araujo, eric.snow, loewis, ncoghlan, pitrou
Date 2012-05-26.01:54:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337997298.79.0.532240457842.issue14673@psf.upfronthosting.co.za>
In-reply-to
Content
I've just attached 4 patches, one for each of the likeliest implementations.  All 4 ran the test suite successfully.

In my mind, the "simple namespace" one is the best fit.  However, it involves adding a new built-in type (though a private one).  If that is too controversial or too much new stuff to iron out for 3.3, I'd be okay with any of the others.  In reality I'd like to see that new namespace type added to Python, but that's a proposition I'll take up elsewhere.  :)
History
Date User Action Args
2012-05-26 01:54:59eric.snowsetrecipients: + eric.snow, loewis, brett.cannon, ncoghlan, pitrou, eric.araujo, Arfrever
2012-05-26 01:54:58eric.snowsetmessageid: <1337997298.79.0.532240457842.issue14673@psf.upfronthosting.co.za>
2012-05-26 01:54:58eric.snowlinkissue14673 messages
2012-05-26 01:54:57eric.snowcreate