summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-08-09 12:47:33 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-08-09 12:47:33 (GMT)
commitf14c2632806ec19b0d58c2c1f721c6a31b535209 (patch)
treea8a42d4b4b1c6607efb0b0365dc7046674059cc0 /Doc/library
parentc7eaede21ecb5259f2bd9e160a89b82d19cfb19b (diff)
downloadcpython-f14c2632806ec19b0d58c2c1f721c6a31b535209.zip
cpython-f14c2632806ec19b0d58c2c1f721c6a31b535209.tar.gz
cpython-f14c2632806ec19b0d58c2c1f721c6a31b535209.tar.bz2
Also temporarily revert r83871, to fix compilation on buildbots
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/fnmatch.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/fnmatch.rst b/Doc/library/fnmatch.rst
index 0352b52..49073c5 100644
--- a/Doc/library/fnmatch.rst
+++ b/Doc/library/fnmatch.rst
@@ -84,6 +84,13 @@ patterns.
<_sre.SRE_Match object at 0x...>
+.. function:: purge()
+
+ Clear the internal pattern cache.
+
+ .. versionadded:: 3.2
+
+
.. seealso::
Module :mod:`glob`