diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 8d6ef03e7cd..d0042d5a7b4 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -660,6 +660,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