Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1212)

#13968: Add a recursive function to the glob package

Can't Edit
Can't Publish+Mail
Start Review
Created:
1 year, 3 months ago by ubershmekel
Modified:
4 months ago
Reviewers:
storchaka, merwok
CC:
loewis, rhettinger, Nick Coghlan, AntoinePitrou, giampaolo.rodola, eric.araujo, r.david.murray, cvrebert, ubershmekel, michael_elsdoerfer.info, storchaka
Visibility:
Public.

Patch Set 1 #

Patch Set 2 #

Total comments: 8

Patch Set 3 #

Patch Set 4 #

Patch Set 5 #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
Doc/library/glob.rst View 1 2 3 4 3 chunks +16 lines, -4 lines 0 comments Download
Lib/glob.py View 1 2 3 4 3 chunks +44 lines, -6 lines 0 comments Download
Lib/test/test_glob.py View 1 2 3 4 3 chunks +118 lines, -6 lines 0 comments Download

Messages

Total messages: 2
storchaka
http://bugs.python.org/review/13968/diff/4744/Doc/library/glob.rst File Doc/library/glob.rst (right): http://bugs.python.org/review/13968/diff/4744/Doc/library/glob.rst#newcode29 Doc/library/glob.rst:29: ``**`` can be used to denote a recursive walk ...
6 months, 2 weeks ago #1
eric.araujo
6 months, 2 weeks ago #2
http://bugs.python.org/review/13968/diff/4744/Doc/library/glob.rst
File Doc/library/glob.rst (right):

http://bugs.python.org/review/13968/diff/4744/Doc/library/glob.rst#newcode29
Doc/library/glob.rst:29: ``**`` can be used to denote a recursive walk of a
directory tree. Broken
I agree, given that there are differeent styles of recursive globing (**/*.py vs
**.py)
Sign in to reply to this message.

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7