[New-bugs-announce] [issue22312] ntpath.splitdrive('//') -> IndexError

Armin Rigo report at bugs.python.org
Sun Aug 31 12:14:02 CEST 2014


New submission from Armin Rigo:

Calling Python 2.7's new version of ntpath.splitdrive() with argument either '//' or r'\\' results in an IndexError: string index out of range.

----------
messages: 226163
nosy: arigo
priority: normal
severity: normal
status: open
title: ntpath.splitdrive('//') -> IndexError
versions: Python 2.7

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


More information about the New-bugs-announce mailing list