Terry J. Reedy <tjre...@udel.edu> added the comment:

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.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33275>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to