commit | ccc5ae7ae13138eb3acf3a15e92983a49e53dd90 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Mon Mar 02 05:21:55 2009 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Mon Mar 02 05:21:55 2009 +0000 |
tree | ec15b883a13aa8ee8cfcfdcf0e633e83ec236422 | |
parent | 4221c74cb00fa00ce8b4a6015c59a233246bf1e9 [diff] |
Merged revisions 70090 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r70090 | gregory.p.smith | 2009-03-01 21:13:57 -0800 (Sun, 01 Mar 2009) | 3 lines Adds an optional flags argument to re.split, re.sub and re.subn to be consistent with the other re module functions. ........