From: R. David Murray Date: Sat, 10 Jul 2010 14:23:36 +0000 (+0000) Subject: Add missing docs for re module 'purge' function. X-Git-Tag: v3.2a1~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=522c32a7e3d8ea720aaeb42ecc25833694d555ad;p=python Add missing docs for re module 'purge' function. --- diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 9d2cdf5fb7..7873fa82a5 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