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 moreati
Recipients akitada, amaury.forgeotdarc, collinwinter, ezio.melotti, georg.brandl, giampaolo.rodola, gregory.p.smith, jacques, jaylogan, jhalcrow, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, timehorse, vbr
Date 2010-11-11.23:48:56
SpamBayes Score 5.2471273e-06
Marked as misclassified No
Message-id <AANLkTikBQ=wZsbf4GFCHSU+hd+WB6XUWUg8OSk_wnGFG@mail.gmail.com>
In-reply-to <1289514015.98.0.45902801935.issue2636@psf.upfronthosting.co.za>
Content
On Thu, Nov 11, 2010 at 10:20 PM, Vlastimil Brom <report@bugs.python.org> wrote:
> Maybe I am missing something, but the result in regex seem ok to me:
> \A is treated like A in a character set;

I think it's me who missed something. I'd assumed that all backslash
patterns (including \A for beginning of string) maintain their meaning
in a character class. AFAICT that assumption was wrong.
History
Date User Action Args
2010-11-11 23:48:58moreatisetrecipients: + moreati, loewis, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, giampaolo.rodola, rsc, timehorse, mark, vbr, ezio.melotti, mrabarnett, jaylogan, akitada, r.david.murray, jacques, jhalcrow
2010-11-11 23:48:56moreatilinkissue2636 messages
2010-11-11 23:48:56moreaticreate