]> granicus.if.org Git - python/commit
Merged revisions 70090 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 2 Mar 2009 05:21:55 +0000 (05:21 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 2 Mar 2009 05:21:55 +0000 (05:21 +0000)
commitccc5ae7ae13138eb3acf3a15e92983a49e53dd90
treeec15b883a13aa8ee8cfcfdcf0e633e83ec236422
parent4221c74cb00fa00ce8b4a6015c59a233246bf1e9
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.
........
Doc/library/re.rst
Lib/re.py
Misc/NEWS