diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 05aaa087e74..46194f23887 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