John Nelson <j...@moriancumer.net> added the comment:
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) ---------- nosy: +John Nelson2 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34323> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com