From: R. David Murray Date: Sat, 10 Jul 2010 14:24:46 +0000 (+0000) Subject: Merged revisions 82771 via svnmerge from X-Git-Tag: v3.1.3rc1~530 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=501b4d02ff9ff9174451044ac821412fdfd674f9;p=python Merged revisions 82771 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82771 | r.david.murray | 2010-07-10 10:23:36 -0400 (Sat, 10 Jul 2010) | 2 lines Add missing docs for re module 'purge' function. ........ --- diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 4daa1ac375..5509b16c63 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -692,6 +692,11 @@ form. metacharacters in it. +.. function:: purge() + + Clear the regular expression cache. + + .. exception:: error Exception raised when a string passed to one of the functions here is not a