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 brett.cannon
Recipients brett.cannon, carljm, eric.snow
Date 2013-07-12.18:34:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373654086.04.0.908147083699.issue18435@psf.upfronthosting.co.za>
In-reply-to
Content
The venv module has a Context class purely to hold attributes of data. This happens to be exactly what types.SimpleNamespace was created for, so it should probably replace Context. Luckily the class is not documented (nor what gets set on it for that matter) so swapping it out should be safe.
History
Date User Action Args
2013-07-12 18:34:46brett.cannonsetrecipients: + brett.cannon, carljm, eric.snow
2013-07-12 18:34:46brett.cannonsetmessageid: <1373654086.04.0.908147083699.issue18435@psf.upfronthosting.co.za>
2013-07-12 18:34:46brett.cannonlinkissue18435 messages
2013-07-12 18:34:45brett.cannoncreate