[Python-checkins] r82771 - python/branches/py3k/Doc/library/re.rst

r.david.murray python-checkins at python.org
Sat Jul 10 16:23:36 CEST 2010


Author: r.david.murray
Date: Sat Jul 10 16:23:36 2010
New Revision: 82771

Log:
Add missing docs for re module 'purge' function.


Modified:
   python/branches/py3k/Doc/library/re.rst

Modified: python/branches/py3k/Doc/library/re.rst
==============================================================================
--- python/branches/py3k/Doc/library/re.rst	(original)
+++ python/branches/py3k/Doc/library/re.rst	Sat Jul 10 16:23:36 2010
@@ -692,6 +692,11 @@
    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


More information about the Python-checkins mailing list