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 micbou
Recipients aundro, benjamin.peterson, eryksun, micbou, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-12-16.07:09:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450249749.12.0.0123757205643.issue25824@psf.upfronthosting.co.za>
In-reply-to
Content
In a interactive shell:

$ python
Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec  5 2015, 20:40:30) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.winver
'2.7-32'
>>>

I agree that this is the same fix but I think the title should be updated.
History
Date User Action Args
2015-12-16 07:09:09micbousetrecipients: + micbou, paul.moore, tim.golden, benjamin.peterson, zach.ware, eryksun, steve.dower, aundro
2015-12-16 07:09:09micbousetmessageid: <1450249749.12.0.0123757205643.issue25824@psf.upfronthosting.co.za>
2015-12-16 07:09:09micboulinkissue25824 messages
2015-12-16 07:09:08micboucreate