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 pitrou, python-dev, r.david.murray, serhiy.storchaka, xdegaye
Date 2015-11-09.21:19:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151109211927.19473.43757@psf.io>
In-reply-to
Content
New changeset 4532c4f37429 by Serhiy Storchaka in branch '3.5':
Issue #25584: Fixed recursive glob() with patterns starting with '**'.
https://hg.python.org/cpython/rev/4532c4f37429

New changeset 175cd763de57 by Serhiy Storchaka in branch 'default':
Issue #25584: Fixed recursive glob() with patterns starting with '**'.
https://hg.python.org/cpython/rev/175cd763de57

New changeset fefc10de2775 by Serhiy Storchaka in branch '3.5':
Issue #25584: Added "escape" to the __all__ list in the glob module.
https://hg.python.org/cpython/rev/fefc10de2775

New changeset 128e61cb3de2 by Serhiy Storchaka in branch 'default':
Issue #25584: Added "escape" to the __all__ list in the glob module.
https://hg.python.org/cpython/rev/128e61cb3de2
History
Date User Action Args
2015-11-09 21:19:30python-devsetrecipients: + python-dev, pitrou, r.david.murray, xdegaye, serhiy.storchaka
2015-11-09 21:19:30python-devlinkissue25584 messages
2015-11-09 21:19:29python-devcreate