[Python-bugs-list] [ python-Bugs-520904 ] Regex object finditer not documented

noreply@sourceforge.net noreply@sourceforge.net
Mon, 25 Mar 2002 12:25:56 -0800


Bugs item #520904, was opened at 2002-02-21 05:27
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=520904&group_id=5470

Category: Documentation
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Duncan Booth (duncanb)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Regex object finditer not documented

Initial Comment:
The finditer method of regex objects is not listed in 
the documentation.

doc/current/lib/re-objects.html should include a 
description of this method.

Oh, and there is another undocumented method 'scanner' 
which is a lot less intuitively obvious than finditer.


----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-03-25 15:25

Message:
Logged In: YES 
user_id=3066

finditer() documented in Doc/lib/libre.tex revisions 1.81
and 1.73.6.6.  The scanner() method remains undocumented
until Fredrik Lundh determines that it should be documented
(and provides text for the description).

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=520904&group_id=5470