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 Cal.Leeming
Recipients Cal.Leeming
Date 2011-06-13.12:30:52
SpamBayes Score 0.0017638926
Marked as misclassified No
Message-id <1307968252.79.0.289507006189.issue12325@psf.upfronthosting.co.za>
In-reply-to
Content
Take particular notice to the following:

\.co\.uk

    or
      literal 99
      literal 111
      literal 46
      literal 117
      literal 107


>>> map(lambda x: chr(x), [99,111,46,117,107])
['c', 'o', '.', 'u', 'k']

It would appear it is ignoring the first \. 

But why??
History
Date User Action Args
2011-06-13 12:30:52Cal.Leemingsetrecipients: + Cal.Leeming
2011-06-13 12:30:52Cal.Leemingsetmessageid: <1307968252.79.0.289507006189.issue12325@psf.upfronthosting.co.za>
2011-06-13 12:30:52Cal.Leeminglinkissue12325 messages
2011-06-13 12:30:52Cal.Leemingcreate