Cal Leeming <cal.leem...@simplicitymedialtd.co.uk> added the comment:

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??

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12325>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to