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:55:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YPQTp59j6zN8Q@mail.python.org>
In-reply-to
Content
New changeset 4af260a54e05 by Antoine Pitrou in branch '3.2':
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/4af260a54e05

New changeset b90aa7f66e4a by Antoine Pitrou in branch '3.3':
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/b90aa7f66e4a

New changeset bfb39fb93af7 by Antoine Pitrou in branch 'default':
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/bfb39fb93af7
History
Date User Action Args
2012-12-16 12:55:59python-devsetrecipients: + python-dev, pitrou, eric.araujo, serhiy.storchaka
2012-12-16 12:55:59python-devlinkissue16626 messages
2012-12-16 12:55:59python-devcreate