From 522c32a7e3d8ea720aaeb42ecc25833694d555ad Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Sat, 10 Jul 2010 14:23:36 +0000 Subject: Add missing docs for re module 'purge' function. --- Doc/library/re.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v0.12