diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-07-10 14:23:36 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-07-10 14:23:36 (GMT) |
commit | 522c32a7e3d8ea720aaeb42ecc25833694d555ad (patch) | |
tree | a0d3f6f80d7c17061de9bea89a2a5d3de3dac6f3 /Doc | |
parent | c653ce313f6781d27852a3f3552a0295c1a1fa6a (diff) | |
download | cpython-522c32a7e3d8ea720aaeb42ecc25833694d555ad.zip cpython-522c32a7e3d8ea720aaeb42ecc25833694d555ad.tar.gz cpython-522c32a7e3d8ea720aaeb42ecc25833694d555ad.tar.bz2 |
Add missing docs for re module 'purge' function.
Diffstat (limited to 'Doc')
-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 9d2cdf5..7873fa8 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -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 |