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 ezio.melotti
Recipients ezio.melotti, mrabarnett, pitrou, timehorse
Date 2009-02-20.06:46:22
SpamBayes Score 2.0248058e-06
Marked as misclassified No
Message-id <1235112384.95.0.682345426261.issue3511@psf.upfronthosting.co.za>
In-reply-to
Content
I'd close this as "won't fix", because (IMHO) ranges like [9-A]
shouldn't be used at all, so I won't expect it to work properly.

FWIW Perl doesn't seem to match the '_', even with the 'i' flag. Tested
with: perl -e '$s = ("_" =~ /[9-A]/); print $s' and perl -e '$s = ("_"
=~ /[9-A]/i); print $s'. It matches ":" with [9-A] and "_" with [9-a]
though (both without the 'i' flag).
History
Date User Action Args
2009-02-20 06:46:25ezio.melottisetrecipients: + ezio.melotti, pitrou, timehorse, mrabarnett
2009-02-20 06:46:24ezio.melottisetmessageid: <1235112384.95.0.682345426261.issue3511@psf.upfronthosting.co.za>
2009-02-20 06:46:22ezio.melottilinkissue3511 messages
2009-02-20 06:46:22ezio.melotticreate