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 mrabarnett
Recipients gvanrossum, mrabarnett, pitrou, serhiy.storchaka, tim.peters
Date 2012-10-14.03:11:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350184311.55.0.574715745238.issue16203@psf.upfronthosting.co.za>
In-reply-to
Content
It certainly appears to ignore the whitespace, even if the "(?x)" is at the end of the pattern or in the middle of a group.

Another point we need to consider is that the user might want to use a pre-compiled pattern.
History
Date User Action Args
2012-10-14 03:11:51mrabarnettsetrecipients: + mrabarnett, gvanrossum, tim.peters, pitrou, serhiy.storchaka
2012-10-14 03:11:51mrabarnettsetmessageid: <1350184311.55.0.574715745238.issue16203@psf.upfronthosting.co.za>
2012-10-14 03:11:51mrabarnettlinkissue16203 messages
2012-10-14 03:11:51mrabarnettcreate