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 amaury.forgeotdarc
Recipients Arfrever, amaury.forgeotdarc, barry, brett.cannon, eric.araujo, eric.snow, loewis, ncoghlan
Date 2012-06-02.08:03:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338624210.3.0.500930407658.issue14673@psf.upfronthosting.co.za>
In-reply-to
Content
Some remarks:

- From the docs, I could not understand the difference between sys.implementation.version and sys.version_info.  When can they differ?

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

- I agree that _PyNamespace_Type could stay private (it's an implementation detail), in this case PyAPI_DATA is not necessary.

- SimpleNamespace should support weak references.
History
Date User Action Args
2012-06-02 08:03:30amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, barry, brett.cannon, ncoghlan, eric.araujo, Arfrever, eric.snow
2012-06-02 08:03:30amaury.forgeotdarcsetmessageid: <1338624210.3.0.500930407658.issue14673@psf.upfronthosting.co.za>
2012-06-02 08:03:29amaury.forgeotdarclinkissue14673 messages
2012-06-02 08:03:29amaury.forgeotdarccreate