From f5d9570f8502d07eb89510ebfb7e06b08653d2bd Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Sat, 10 Jul 2010 14:27:35 +0000 Subject: [PATCH] Merged revisions 82773 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ................ r82773 | r.david.murray | 2010-07-10 10:25:18 -0400 (Sat, 10 Jul 2010) | 9 lines Merged revisions 82771 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82771 | r.david.murray | 2010-07-10 10:23:36 -0400 (Sat, 10 Jul 2010) | 2 lines 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 8d6ef03e7c..d0042d5a7b 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 -- 2.50.0