On Jun 26, 8:29 am, John Machin <[EMAIL PROTECTED]> wrote:
> (2) ALWAYS use a raw string for regexes; your \s* will match on lower-
> case 's', not on spaces
and should have written:
   (2) ALWAYS use a raw string for regexes. <<<=== Big fat full stop
aka period.
but he was at the time only half-way through the first cup of coffee
for the day :-)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to