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, pitrou, steve.dower, tim.golden, vinay.sajip, vstinner, zach.ware
Date 2016-09-03.17:00:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472922059.1.0.762957636637.issue27731@psf.upfronthosting.co.za>
In-reply-to
Content
Just discovered that this actually requires enabling the group policy for long paths - specifically setting HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem@LongPathsEnabled to 1.

Apparently the manifest is also required, but in my testing the manifest is ignored and we just get long path support for free. So perhaps we should just add a message to file exceptions when the path is >260?
History
Date User Action Args
2016-09-03 17:00:59steve.dowersetrecipients: + steve.dower, brett.cannon, paul.moore, vinay.sajip, pitrou, vstinner, tim.golden, zach.ware, eryksun
2016-09-03 17:00:59steve.dowersetmessageid: <1472922059.1.0.762957636637.issue27731@psf.upfronthosting.co.za>
2016-09-03 17:00:59steve.dowerlinkissue27731 messages
2016-09-03 17:00:58steve.dowercreate