Files
typeshed/stdlib
Maarten ter Huurne bdd49d0f3a Fix annotation of re.Match 'lastindex' and 'lastgroup' in Python 3 (#3085)
Both are None if there were no groups matched. Also 'lastgroup'
will be None if the matched group was nameless.

The Python 2 versions of these annotations already used Optional.
2019-06-22 10:18:16 -07:00
..
2019-06-20 19:41:32 +02:00
2018-04-06 11:09:11 -07:00
2018-10-24 07:20:53 -07:00