Closed GoogleCodeExporter closed 9 years ago
I were using windows + python2.5 for these tests of course
Original comment by julien.b...@gmail.com
on 5 Jan 2011 at 11:32
The code in question forces windows to enable "long unc" mode on the path by
appending the "\\?\" prefix, which lifts various limitations such as path
length. Looks like it's breaking for regular UNC paths.
I will work on a proper fix today. In the meantime, can you confirm whether it
works if you give the long UNC path like this: "\\?\UNC\nas\public\"
Original comment by rfkel...@gmail.com
on 7 Jan 2011 at 11:50
I have committed a simple fix in svn rev 605. There are probably still some
edge cases that aren't handled correctly, but can you confirm whether this
works for your case?
Original comment by rfkel...@gmail.com
on 8 Jan 2011 at 2:03
see
http://groups.google.com/group/pyfilesystem-discussion/browse_thread/thread/d628
8d70231f910d/b55c7101ec66ba9d#b55c7101ec66ba9d
Original comment by julien.b...@gmail.com
on 10 Jan 2011 at 7:41
see
http://groups.google.com/group/pyfilesystem-discussion/browse_thread/thread/d628
8d70231f910d/b55c7101ec66ba9d#b55c7101ec66ba9d
Original comment by julien.b...@gmail.com
on 10 Jan 2011 at 7:41
Thanks, I have committed your improvements to trunk
Original comment by rfkel...@gmail.com
on 10 Jan 2011 at 9:11
Original issue reported on code.google.com by
julien.b...@gmail.com
on 5 Jan 2011 at 11:31