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 kbriggs
Recipients
Date 2007-01-08.12:09:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
http://www.python.org/doc/2.5/lib/node46.html has 

compile(pattern[, flags])
Compile a regular expression pattern into a regular expression object, which can be used for matching using its match() and search() methods, described below.

This could be read as implying that the regular expression object can ONLY be used for matching using the match() and search() methods.

In fact, I believe it can be used wherever "pattern" is mentioned.
History
Date User Action Args
2007-08-23 16:12:26adminlinkissue1630515 messages
2007-08-23 16:12:26admincreate