Message4964

Author blix
Recipients jglick, mpm, pmezard
Date 2008-01-23.02:36:51
Content
Window supports filenames up to 32K characters.  See
http://msdn2.microsoft.com/en-us/library/aa363858.aspx and
http://msdn2.microsoft.com/en-us/library/aa365247(VS.85).aspx for info.

Python appears to support this as of 2.5*.  Maybe support for people using 2.5
or later could be added by prefixing "\\?\" to the path (I believe).

*http://mail.python.org/pipermail/python-bugs-list/2007-March/037810.html
History
Date User Action Args
2008-01-23 02:36:51blixsetmessageid: <1201055811.33.0.939990294526.issue839@selenic.com>
2008-01-23 02:36:51blixsetrecipients: + mpm, pmezard, jglick
2008-01-23 02:36:51blixlinkissue839 messages
2008-01-23 02:36:51blixcreate