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 serhiy.storchaka
Recipients cvrebert, elsdoerfer, eric.araujo, giampaolo.rodola, loewis, ncoghlan, pitrou, r.david.murray, rhettinger, serhiy.storchaka, ubershmekel
Date 2014-09-06.05:52:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5205308.KOxEr8Ur9U@raxxla>
In-reply-to <1409955607.69.0.466808402066.issue13968@psf.upfronthosting.co.za>
Content
Thank you Nick.

> 1. Is there a reason the helper function is "glob2" rather than either
> "_glob2" or else something more self-documenting?

Only consistency with other helper functions (glob0, glob1).

> 2. "match a files" in the docs and docstrings doesn't read correctly. "match
> any files", perhaps?

Of course. This is just a typo.
History
Date User Action Args
2014-09-06 05:52:07serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, rhettinger, ncoghlan, pitrou, giampaolo.rodola, eric.araujo, r.david.murray, cvrebert, ubershmekel, elsdoerfer
2014-09-06 05:52:07serhiy.storchakalinkissue13968 messages
2014-09-06 05:52:07serhiy.storchakacreate