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 lemburg
Recipients berker.peksag, brett.cannon, lemburg
Date 2017-02-24.10:45:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487933152.49.0.267529374062.issue27788@psf.upfronthosting.co.za>
In-reply-to
Content
The purpose of __version__ in the platform module is to be able to use it with other Python as well (and then detect which version is available in applications).

So I think it's good to keep it around.
History
Date User Action Args
2017-02-24 10:45:52lemburgsetrecipients: + lemburg, brett.cannon, berker.peksag
2017-02-24 10:45:52lemburgsetmessageid: <1487933152.49.0.267529374062.issue27788@psf.upfronthosting.co.za>
2017-02-24 10:45:52lemburglinkissue27788 messages
2017-02-24 10:45:52lemburgcreate