[Python-checkins] r82774 - in python/branches/release26-maint: Doc/library/re.rst

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


Author: r.david.murray
Date: Sat Jul 10 16:27:35 2010
New Revision: 82774

Log:
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.
  ........
................


Modified:
   python/branches/release26-maint/   (props changed)
   python/branches/release26-maint/Doc/library/re.rst

Modified: python/branches/release26-maint/Doc/library/re.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/re.rst	(original)
+++ python/branches/release26-maint/Doc/library/re.rst	Sat Jul 10 16:27:35 2010
@@ -660,6 +660,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