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.

Author duncanb
Recipients
Date 2002-02-21.10:27:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 13:59:19adminlinkissue520904 messages
2007-08-23 13:59:19admincreate