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 steve.dower
Recipients Deniz Bozyigit, eryksun, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2018-06-22.16:03:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529683410.92.0.56676864532.issue33935@psf.upfronthosting.co.za>
In-reply-to
Content
For Windows it would be best (though slower) to pass the paths through os._getfinalpathname before comparison. Detecting that function is an easy way to get the platform right, too.

Unfortunately, the MSDN docs don't make clear that the VSN can be modified, and even goes as far as saying you can compare the two values Eryk has pointed out that you shouldn't :(

The problem is that the values on Windows are coming directly from the filesystem, and apparently there's no requirement that they actually be provided by the filesystem...
History
Date User Action Args
2018-06-22 16:03:30steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, r.david.murray, zach.ware, eryksun, Deniz Bozyigit
2018-06-22 16:03:30steve.dowersetmessageid: <1529683410.92.0.56676864532.issue33935@psf.upfronthosting.co.za>
2018-06-22 16:03:30steve.dowerlinkissue33935 messages
2018-06-22 16:03:30steve.dowercreate