Changes between Initial Version and Version 1 of Ticket #2235, comment 3


Ignore:
Timestamp:
2014-04-30T00:24:23Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2235, comment 3

    initial v1  
    11[http://bugs.python.org/issue18199]. This will not be fixed in Python 2.x, so the only way for us to work around it is either to:
    2 a. chdir to each subdirectory in turn using relative paths (this changes the limitation to 259 characters per directory component);
     2a. chdir to each subdirectory in turn using relative paths (this changes the limitation to 255 characters per directory component);
    33b. on Windows, use the Win32 API functions with the "`\\?\`" prefix directly via `ctypes` or similar.
    44