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 serhiy.storchaka
Recipients docs@python, serhiy.storchaka, vrutsky
Date 2012-10-23.12:26:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350995164.64.0.775935404701.issue16304@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation is okay.  :func:`match` returns a Match object (which have a boolean value of True) if match and None (which have a boolean value of False) if doesn't match.
History
Date User Action Args
2012-10-23 12:26:04serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, vrutsky
2012-10-23 12:26:04serhiy.storchakasetmessageid: <1350995164.64.0.775935404701.issue16304@psf.upfronthosting.co.za>
2012-10-23 12:26:04serhiy.storchakalinkissue16304 messages
2012-10-23 12:26:04serhiy.storchakacreate