mirror of
https://github.com/python/cpython.git
synced 2026-05-11 21:10:42 +00:00
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.
........
................
This commit is contained in:
parent
fd47cdceb2
commit
f5d9570f85
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue