Message82515
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). |
|
Date |
User |
Action |
Args |
2009-02-20 06:46:25 | ezio.melotti | set | recipients:
+ ezio.melotti, pitrou, timehorse, mrabarnett |
2009-02-20 06:46:24 | ezio.melotti | set | messageid: <1235112384.95.0.682345426261.issue3511@psf.upfronthosting.co.za> |
2009-02-20 06:46:22 | ezio.melotti | link | issue3511 messages |
2009-02-20 06:46:22 | ezio.melotti | create | |
|