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 pythonhacker
Recipients pythonhacker
Date 2015-03-23.09:30:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427103016.81.0.503768282249.issue23747@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import platform
>>> platform.system()
'Linux'
>>> platform.win32_ver()
('', '', '', '')

Why is this function even exposed on Linux ? It should be conditionally exposed only on win32 platforms. 

Funny that this is coming from the module named "platform" itself :)
History
Date User Action Args
2015-03-23 09:30:16pythonhackersetrecipients: + pythonhacker
2015-03-23 09:30:16pythonhackersetmessageid: <1427103016.81.0.503768282249.issue23747@psf.upfronthosting.co.za>
2015-03-23 09:30:16pythonhackerlinkissue23747 messages
2015-03-23 09:30:16pythonhackercreate