Message315545
| Author | terry.reedy |
|---|---|
| Recipients | Ben FrantzDale, cheryl.sabella, docs@python, eryksun, rhettinger, terry.reedy |
| Date | 2018-04-21.00:36:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1524271015.6.0.682650639539.issue33275@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
How about adding a sentence to the end of the first paragraph.
glob.glob(pathname, *, recursive=False)
Return a possibly-empty list of path names that match pathname, which must be a string containing a path specification. pathname can be either absolute (like /usr/src/Python-1.5/Makefile) or relative (like ../../Tools/*/*.gif), and can contain shell-style wildcards. Broken symlinks are included in the results (as in the shell). Whether or not the results are sorted depends on the file system. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-04-21 00:36:55 | terry.reedy | set | recipients: + terry.reedy, rhettinger, docs@python, eryksun, cheryl.sabella, Ben FrantzDale |
| 2018-04-21 00:36:55 | terry.reedy | set | messageid: <1524271015.6.0.682650639539.issue33275@psf.upfronthosting.co.za> |
| 2018-04-21 00:36:55 | terry.reedy | link | issue33275 messages |
| 2018-04-21 00:36:54 | terry.reedy | create | |