]> granicus.if.org Git - python/commitdiff
Merged revisions 82771 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sat, 10 Jul 2010 14:25:18 +0000 (14:25 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 10 Jul 2010 14:25:18 +0000 (14:25 +0000)
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.
........

Doc/library/re.rst

index 05aaa087e7454348761a16490a0286cb8f3600d0..46194f23887136d289749d7bd87adba1635e12a2 100644 (file)
@@ -672,6 +672,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