python3 raw strings and \u escapes

Chris Angelico rosuav at gmail.com
Thu May 31 17:10:54 EDT 2012


On Fri, Jun 1, 2012 at 6:28 AM, rurpy at yahoo.com <rurpy at yahoo.com> wrote:
> ... a lexer module that is structured as many
> dozens of little functions, each with a docstring that is
> a regex string.

This may be a good opportunity to take a step back and ask yourself:
Why so many functions, each with a regular expression in its
docstring?

Chris Angelico



More information about the Python-list mailing list