summaryrefslogtreecommitdiffstats
path: root/Doc/library/glob.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-11-22 16:38:12 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-11-22 16:38:12 (GMT)
commit31119e4f10d2905d0ed2c21a012dd9f45ec2fa61 (patch)
tree80c8d7baf9835deec98a240f8ddccda744170a9b /Doc/library/glob.rst
parentb523f8433a8982e10eb41a3e2b37ee0e6d6a6e00 (diff)
downloadcpython-31119e4f10d2905d0ed2c21a012dd9f45ec2fa61.zip
cpython-31119e4f10d2905d0ed2c21a012dd9f45ec2fa61.tar.gz
cpython-31119e4f10d2905d0ed2c21a012dd9f45ec2fa61.tar.bz2
Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).
Diffstat (limited to 'Doc/library/glob.rst')
-rw-r--r--Doc/library/glob.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/glob.rst b/Doc/library/glob.rst
index 57ccf4a..abcbf38 100644
--- a/Doc/library/glob.rst
+++ b/Doc/library/glob.rst
@@ -25,6 +25,10 @@ For a literal match, wrap the meta-characters in brackets.
For example, ``'[?]'`` matches the character ``'?'``.
+.. seealso::
+ The :mod:`pathlib` module offers high-level path objects.
+
+
.. function:: glob(pathname)
Return a possibly-empty list of path names that match *pathname*, which must be