[New-bugs-announce] [issue3384] Documentation for re.findall and re.finditer lacks "ordering" information

Joshua Kugler report at bugs.python.org
Wed Jul 16 20:31:55 CEST 2008


New submission from Joshua Kugler <jkugler at bigfoot.com>:

According to a discussion on comp.lang.python, re.findall and 
re.finditer scan strings from left to right, and returns them in the 
order it found them.  It would be nice to note that in documentation.

----------
assignee: georg.brandl
components: Documentation
messages: 69815
nosy: georg.brandl, jkugler
severity: normal
status: open
title: Documentation for re.findall and re.finditer lacks "ordering" information
type: feature request
versions: Python 2.5, Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3384>
_______________________________________


More information about the New-bugs-announce mailing list