summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/re.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst
index 4daa1ac..5509b16 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