[Python-Dev] What does a double coding cookie mean?
Serhiy Storchaka
storchaka at gmail.com
Thu Mar 17 16:03:09 EDT 2016
More information about the Python-Dev mailing list
Thu Mar 17 16:03:09 EDT 2016
- Previous message (by thread): [Python-Dev] What does a double coding cookie mean?
- Next message (by thread): [Python-Dev] What does a double coding cookie mean?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ??.
- Previous message (by thread): [Python-Dev] What does a double coding cookie mean?
- Next message (by thread): [Python-Dev] What does a double coding cookie mean?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list