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 brett.cannon, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-08-11.13:39:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470922748.79.0.250778019622.issue27730@psf.upfronthosting.co.za>
In-reply-to
Content
I thought I'd tested GetFullPathNameW and seen the limit kick in at 260, but if that's not actually the case (across all platforms we support) then yes, let's use that.

When I reread the documentation yesterday it didn't guarantee the result would include the prefix, whereas GetFinalPathByHandle does. Again, if the documentation is incorrect here, then we should use the simpler function.

The fact that I described the normalization process inadequately shows why we really need to be careful trying to emulate it.
History
Date User Action Args
2016-08-11 13:39:08steve.dowersetrecipients: + steve.dower, brett.cannon, paul.moore, tim.golden, zach.ware, eryksun
2016-08-11 13:39:08steve.dowersetmessageid: <1470922748.79.0.250778019622.issue27730@psf.upfronthosting.co.za>
2016-08-11 13:39:08steve.dowerlinkissue27730 messages
2016-08-11 13:39:08steve.dowercreate