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 Antony.Lee
Recipients Antony.Lee
Date 2014-12-17.23:59:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418860780.4.0.558535328721.issue23076@psf.upfronthosting.co.za>
In-reply-to
Content
glob.glob returns an empty list when passed an empty pattern as argument, but pathlib's Path.glob fails with IndexError.  The first option seems more reasonable (or at least it should be a ValueError).
History
Date User Action Args
2014-12-17 23:59:40Antony.Leesetrecipients: + Antony.Lee
2014-12-17 23:59:40Antony.Leesetmessageid: <1418860780.4.0.558535328721.issue23076@psf.upfronthosting.co.za>
2014-12-17 23:59:40Antony.Leelinkissue23076 messages
2014-12-17 23:59:40Antony.Leecreate