[issue15880] os.path.split() and long UNC names

Kalle Rutanen report at bugs.python.org
Fri Sep 7 18:50:50 CEST 2012


Kalle Rutanen added the comment:

By inspecting the code for os.path.split() in ntpath.py, one sees that the problem is actually in os.path.splitdrive(), which does not handle long-UNC paths.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15880>
_______________________________________


More information about the Python-bugs-list mailing list