]> granicus.if.org Git - python/commitdiff
Merged revisions 82773 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sat, 10 Jul 2010 14:27:35 +0000 (14:27 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 10 Jul 2010 14:27:35 +0000 (14:27 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint

................
  r82773 | r.david.murray | 2010-07-10 10:25:18 -0400 (Sat, 10 Jul 2010) | 9 lines

  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.
  ........
................

Doc/library/re.rst

index 8d6ef03e7cd76ff8dbf82b14a33694ec24b0ad01..d0042d5a7b4be9858cef7d6928c9ea2bf9602444 100644 (file)
@@ -660,6 +660,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