[issue16626] Infinite recursion in glob.glob('*:') on Windows

Serhiy Storchaka report at bugs.python.org
Sat Dec 15 23:31:24 CET 2012


Serhiy Storchaka added the comment:

Ah, I forgot that splitdrive() on 2.7 does not work with UNC paths. Here is an updated patch.

----------
Added file: http://bugs.python.org/file28324/glob_magic_in_drive_test-2.7_2.patch

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


More information about the Python-bugs-list mailing list