commit | 13b19c1f94a3a7a149cc7109b46693df62114530 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Mon Mar 02 05:25:11 2009 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Mon Mar 02 05:25:11 2009 +0000 |
tree | c494b725c06e91287a2fb8a3fc841760a9abb5dd | |
parent | e392b4ff112fed3abc06809ecf8f49fc1ca02813 [diff] |
Merged revisions 70088 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r70088 | gregory.p.smith | 2009-03-01 20:53:24 -0800 (Sun, 01 Mar 2009) | 4 lines The note about caching of regular expression objects was incorrect ReST and thus invisible in the compiled documentation. Fixed. Also I cleaned up the wording. ........