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 thomas.nyberg
Recipients Antony.Lee, Arfrever, gvanrossum, liu chang, pitrou, thomas.nyberg
Date 2016-01-23.22:18:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453587511.3.0.218335438132.issue23076@psf.upfronthosting.co.za>
In-reply-to
Content
I added a patch which causes glob to raise a ValueError exception if it is called with an empty string. I also added a test verifying the change and have run all the tests and they pass.

Though I've been reading the developer guide, I'm a bit unfamiliar with the process here so I'm not totally sure I'm doing this right. I created the patch relative to the current default branch (even though the discussion here seems to indicate it should maybe be applied going back a few versions).
History
Date User Action Args
2016-01-23 22:18:31thomas.nybergsetrecipients: + thomas.nyberg, gvanrossum, pitrou, Arfrever, Antony.Lee, liu chang
2016-01-23 22:18:31thomas.nybergsetmessageid: <1453587511.3.0.218335438132.issue23076@psf.upfronthosting.co.za>
2016-01-23 22:18:31thomas.nyberglinkissue23076 messages
2016-01-23 22:18:31thomas.nybergcreate