summaryrefslogtreecommitdiffstats
path: root/Doc/library/glob.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/glob.rst')
-rw-r--r--Doc/library/glob.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/glob.rst b/Doc/library/glob.rst
index 3e0322d..0de763f 100644
--- a/Doc/library/glob.rst
+++ b/Doc/library/glob.rst
@@ -15,6 +15,9 @@ matched. This is done by using the :func:`os.listdir` and
subshell. (For tilde and shell variable expansion, use
:func:`os.path.expanduser` and :func:`os.path.expandvars`.)
+.. seealso::
+
+ Latest version of the :source:`glob module Python source code <Lib/glob.py>`
.. function:: glob(pathname)