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 brett.cannon
Recipients
Date 2004-06-19.01:24:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

OK, I took Robin's idea of extracting out the regex, but just made it case-
insensitive with re.IGNORECASE.  Also ripped out dealing with the case 
lacking '0x' thanks to Tim's tip.  Finally, I changed the match length from 
6 to 6-16 to be able to handle 64-bit addresses (only in 2.4 since I could 
be wrong).

Checked in as rev. 1.93 in HEAD and rev. 1.86.8.2 in 2.3 .  Thanks, 
Robin.
History
Date User Action Args
2007-08-23 14:20:55adminlinkissue934282 messages
2007-08-23 14:20:55admincreate