]> granicus.if.org Git - python/commit
Granted Noam Raphael's request for minor improvements to the re module and
authorRaymond Hettinger <python@rcn.com>
Fri, 24 Sep 2004 03:41:05 +0000 (03:41 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 24 Sep 2004 03:41:05 +0000 (03:41 +0000)
commit596ba4d89e139efbac86a3254aa1d3653f1382ee
tree05bfa5a04952924b6f5269e3737221b3e0383eb2
parent9fa544cfa3a8f124fa4e88481ba0b60406e0caed
Granted Noam Raphael's request for minor improvements to the re module and
its documentation.

* Documented that the compiled re methods are supposed to be more full
  featured than their simpilified function counterparts.

* Documented the existing start and stop position arguments for the
  findall() and finditer() methods of compiled regular expression objects.

* Added an optional flags argument to the re.findall() and re.finditer()
  functions.  This aligns their API with that for re.search() and
  re.match().
Doc/lib/libre.tex
Lib/sre.py
Misc/NEWS