[issue27785] Module platform: Versions of Windows

2016-08-17 Thread Steve Dower
Steve Dower added the comment: Platform module version 1.0.8 added support for Windows 8.1 and later. You actually downgraded to 1.0.7, which is why you lost functionality. -- resolution: -> not a bug status: open -> closed ___ Python tracker

[issue27785] Module platform: Versions of Windows

2016-08-17 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: -brett.cannon ___ Python tracker ___ ___

[issue27785] Module platform: Versions of Windows

2016-08-17 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: +brett.cannon ___ Python tracker ___ ___

[issue27785] Module platform: Versions of Windows

2016-08-17 Thread R. David Murray
Changes by R. David Murray : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___

[issue27785] Module platform: Versions of Windows

2016-08-17 Thread squish_user
New submission from squish_user: I use the module 'platform' to get information on the system my script is executed. I have 4 different operating systems in use: Windows 7, Windows 8, Windows 8.1 and Windows 10. By using the module platform version 1.0.3 I get the following results by