[Python-Dev] What does a double coding cookie mean?

Serhiy Storchaka storchaka at gmail.com
Thu Mar 17 16:03:09 EDT 2016


On 17.03.16 21:11, Guido van Rossum wrote:
> I tried this and it was too painful, so now I've just
> changed the regex that mypy uses to use non-eager matching
> (https://github.com/python/mypy/commit/b291998a46d580df412ed28af1ba1658446b9fe5).

\s* matches newlines.

{0,1}? is the same as ??.




More information about the Python-Dev mailing list