diff options
| author | R. David Murray <rdmurray@bitdance.com> | 2010-07-10 14:25:18 (GMT) |
|---|---|---|
| committer | R. David Murray <rdmurray@bitdance.com> | 2010-07-10 14:25:18 (GMT) |
| commit | a63f9b674bfe60f39adaef0cff8b9d98494124fb (patch) | |
| tree | c8178b8a6e34c017ed0c12feea2fef5543818f6b | |
| parent | 2ab02f0e16c8ce5242f2cdfb87bb2e98f79f5cfc (diff) | |
| download | cpython-a63f9b674bfe60f39adaef0cff8b9d98494124fb.zip cpython-a63f9b674bfe60f39adaef0cff8b9d98494124fb.tar.gz cpython-a63f9b674bfe60f39adaef0cff8b9d98494124fb.tar.bz2 | |
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.
........
| -rw-r--r-- | Doc/library/re.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 05aaa08..46194f2 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -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 |
