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