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 python-dev
Recipients eric.araujo, pitrou, python-dev, serhiy.storchaka
Date 2012-12-16.12:57:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YPQWd0rHkzNDK@mail.python.org>
In-reply-to
Content
New changeset b0935ef48186 by Antoine Pitrou in branch '2.7':
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path.
http://hg.python.org/cpython/rev/b0935ef48186
History
Date User Action Args
2012-12-16 12:57:33python-devsetrecipients: + python-dev, pitrou, eric.araujo, serhiy.storchaka
2012-12-16 12:57:33python-devlinkissue16626 messages
2012-12-16 12:57:33python-devcreate