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 steve.dower
Recipients Matt.Hickford, dstufft, eric.araujo, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-29.13:05:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443531940.92.0.291244848619.issue25250@psf.upfronthosting.co.za>
In-reply-to
Content
Well __version is determined by looking at sys.version to see what version was used to build Python, so you aren't really getting the "actual" one, though in practice it doesn't matter.

For Python 3.5 and later you could get different versions from the one that was used to build, but it will always be at least 14.0 and there's deliberately no way for people to depend on that information other than in C source code.
History
Date User Action Args
2015-09-29 13:05:40steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, eric.araujo, Matt.Hickford, zach.ware, dstufft
2015-09-29 13:05:40steve.dowersetmessageid: <1443531940.92.0.291244848619.issue25250@psf.upfronthosting.co.za>
2015-09-29 13:05:40steve.dowerlinkissue25250 messages
2015-09-29 13:05:40steve.dowercreate