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 zuo
Recipients georg.brandl, zuo
Date 2009-07-26.13:13:10
SpamBayes Score 0.00035924552
Marked as misclassified No
Message-id <1248613991.98.0.0140220759492.issue6576@psf.upfronthosting.co.za>
In-reply-to
Content
Some of links in re docs should lead to RegexObject.match()|
RegexObject.search() method but lead to re.match()|re.search() module 
function.

These are the places in 2.6 docs (in 2.7-3.2 versions' you'll find the 
bug in analogous places):

http://docs.python.org/library/re.html#re.compile
http://docs.python.org/library/re.html#re.RegexObject.match
http://docs.python.org/library/re.html#re.RegexObject.search
http://docs.python.org/library/re.html#re.MatchObject.pos
http://docs.python.org/library/re.html#re.MatchObject.endpos
http://docs.python.org/library/re.html#re.MatchObject.re
http://docs.python.org/library/re.html#re.MatchObject.string (<- here 
maybe both possibilities should be noted, which would mean changing not 
only link targets but also the content)
History
Date User Action Args
2009-07-26 13:13:12zuosetrecipients: + zuo, georg.brandl
2009-07-26 13:13:11zuosetmessageid: <1248613991.98.0.0140220759492.issue6576@psf.upfronthosting.co.za>
2009-07-26 13:13:10zuolinkissue6576 messages
2009-07-26 13:13:10zuocreate