Jussi Piitulainen writes:
> dkole...@olearycomputers.com writes:

>> [- -]

> import re
> p = re.compile('"?[1-9]*\.')

That should be a raw string:

   r'"?[1-9]*\.'

Sorry about that. I wish Python would complain.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to