diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-09 12:47:33 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-09 12:47:33 (GMT) |
commit | f14c2632806ec19b0d58c2c1f721c6a31b535209 (patch) | |
tree | a8a42d4b4b1c6607efb0b0365dc7046674059cc0 /Doc | |
parent | c7eaede21ecb5259f2bd9e160a89b82d19cfb19b (diff) | |
download | cpython-f14c2632806ec19b0d58c2c1f721c6a31b535209.zip cpython-f14c2632806ec19b0d58c2c1f721c6a31b535209.tar.gz cpython-f14c2632806ec19b0d58c2c1f721c6a31b535209.tar.bz2 |
Also temporarily revert r83871, to fix compilation on buildbots
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/fnmatch.rst | 7 |
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` |