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.
........
This commit is contained in:
R. David Murray 2010-07-10 14:25:18 +00:00
parent 2ab02f0e16
commit a63f9b674b
1 changed files with 5 additions and 0 deletions

View File

@ -672,6 +672,11 @@ form.
metacharacters in it. metacharacters in it.
.. function:: purge()
Clear the regular expression cache.
.. exception:: error .. exception:: error
Exception raised when a string passed to one of the functions here is not a Exception raised when a string passed to one of the functions here is not a