rest25/library/glob.rst => rest262/library/glob.rst
23   a string containing a path specification. *pathname* can be either absolute
24   (like :file:`/usr/src/Python-1.5/Makefile`) or relative (like
25   :file:`../../Tools/\*/\*.gif`), and can contain shell-style wildcards. Broken
26   symlinks are included in the results (as in the shell).
27
28
29.. function:: iglob(pathname)
30
t31-   Return an iterator which yields the same values as :func:`glob` without actually
t31+   Return an :term:`iterator` which yields the same values as :func:`glob`
32-   storing them all simultaneously.
32+   without actually storing them all simultaneously.
33
34   .. versionadded:: 2.5
35
36For example, consider a directory containing only the following files:
37:file:`1.gif`, :file:`2.txt`, and :file:`card.gif`.  :func:`glob` will produce
38the following results.  Notice how any leading components of the path are
39preserved. ::
40
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op