diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-13 16:26:40 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-13 16:26:40 (GMT) |
commit | 6fdb74f0aeb53b755a4573e00947ed16922adb65 (patch) | |
tree | 91d84ec0b480e793ff0c27eb8cee725e5e245d8d /Doc/library/fnmatch.rst | |
parent | e81c806be78a1d68a0a47d949e000e83c4437016 (diff) | |
download | cpython-6fdb74f0aeb53b755a4573e00947ed16922adb65.zip cpython-6fdb74f0aeb53b755a4573e00947ed16922adb65.tar.gz cpython-6fdb74f0aeb53b755a4573e00947ed16922adb65.tar.bz2 |
Re-apply r83871.
Diffstat (limited to 'Doc/library/fnmatch.rst')
-rw-r--r-- | Doc/library/fnmatch.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/fnmatch.rst b/Doc/library/fnmatch.rst index 49073c5..0352b52 100644 --- a/Doc/library/fnmatch.rst +++ b/Doc/library/fnmatch.rst @@ -84,13 +84,6 @@ patterns. <_sre.SRE_Match object at 0x...> -.. function:: purge() - - Clear the internal pattern cache. - - .. versionadded:: 3.2 - - .. seealso:: Module :mod:`glob` |