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 John Nelson2
Recipients John Nelson2, asvetlov, johnboy2, matrixise, yselivanov
Date 2018-08-12.04:56:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534049769.87.0.56676864532.issue34323@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.5.4 (v3.5.4:3f56838, Aug  8 2017, 02:17:05) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform, sys
>>> platform.win32_ver()
('2012ServerR2', '6.3.9600', 'SP0', 'Multiprocessor Free')
>>> sys.version_info
sys.version_info(major=3, minor=5, micro=4, releaselevel='final', serial=0)
History
Date User Action Args
2018-08-12 04:56:09John Nelson2setrecipients: + John Nelson2, asvetlov, yselivanov, matrixise, johnboy2
2018-08-12 04:56:09John Nelson2setmessageid: <1534049769.87.0.56676864532.issue34323@psf.upfronthosting.co.za>
2018-08-12 04:56:09John Nelson2linkissue34323 messages
2018-08-12 04:56:09John Nelson2create