This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arfrever
Recipients Antony.Lee, Arfrever, liu chang, pitrou
Date 2014-12-19.00:30:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418949029.79.0.0255136115903.issue23076@psf.upfronthosting.co.za>
In-reply-to
Content
>>> list(pathlib.Path().glob(""))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python3.5/pathlib.py", line 999, in glob
    selector = _make_selector(tuple(pattern_parts))
  File "/usr/lib64/python3.5/functools.py", line 458, in wrapper
    result = user_function(*args, **kwds)
  File "/usr/lib64/python3.5/pathlib.py", line 403, in _make_selector
    pat = pattern_parts[0]
IndexError: tuple index out of range
>>>
History
Date User Action Args
2014-12-19 00:30:29Arfreversetrecipients: + Arfrever, pitrou, Antony.Lee, liu chang
2014-12-19 00:30:29Arfreversetmessageid: <1418949029.79.0.0255136115903.issue23076@psf.upfronthosting.co.za>
2014-12-19 00:30:29Arfreverlinkissue23076 messages
2014-12-19 00:30:29Arfrevercreate