This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Regex object finditer not documented
Type: Stage:
Components: Documentation Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: duncanb, fdrake
Priority: normal Keywords:

Created on 2002-02-21 10:27 by duncanb, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg9336 - (view) Author: Duncan Booth (duncanb) Date: 2002-02-21 10:27
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.
msg9337 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-03-25 20:25
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).
History
Date User Action Args
2022-04-10 16:05:01adminsetgithub: 36133
2002-02-21 10:27:23duncanbcreate