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 mark
Recipients mark, steve.dower, tim.golden, zach.ware
Date 2014-12-12.12:36:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418387771.87.0.957316406628.issue23037@psf.upfronthosting.co.za>
In-reply-to
Content
In message
http://bugs.python.org/issue17914#msg188626
Victor Stenner says

"On Windows, GetSystemInfo() is called instead of reading an environment variable. I suppose that this function is more reliable."

From my reading, and based on feedback from one of my customers, I believe he is correct and that GetSystemInfo() ought to be used on Windows. (It is available in pywin32 win32api.)
History
Date User Action Args
2014-12-12 12:36:11marksetrecipients: + mark, tim.golden, zach.ware, steve.dower
2014-12-12 12:36:11marksetmessageid: <1418387771.87.0.957316406628.issue23037@psf.upfronthosting.co.za>
2014-12-12 12:36:11marklinkissue23037 messages
2014-12-12 12:36:11markcreate