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 Pavel Cisar, ezio.melotti, mrabarnett, serhiy.storchaka
Date 2016-10-20.10:03:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476957819.82.0.943333024582.issue28486@psf.upfronthosting.co.za>
In-reply-to
Content
group(0) returns the whole match. group(1) returns the first captured subgroup.
History
Date User Action Args
2016-10-20 10:03:39serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, Pavel Cisar
2016-10-20 10:03:39serhiy.storchakasetmessageid: <1476957819.82.0.943333024582.issue28486@psf.upfronthosting.co.za>
2016-10-20 10:03:39serhiy.storchakalinkissue28486 messages
2016-10-20 10:03:39serhiy.storchakacreate