Files
typeshed/stdlib
Guido van Rossum 3e37029bfe Almost all re functions take a compiled pattern. (Even re.compile()!) (#203)
* Almost all re functions take a compiled pattern. (Even re.compile()!)

Fixes #188

Note: I'm using AnyStr so that the type of string used for pattern and
for the rest of the arguments must match.  This is not 100% correct,
since Python 2 sometimes allows mixed types.  But sometimes it
doesn't, depending on the values (e.g. non-ASCII bytes), and Python 3
always insists on matching, so I think this is actually a good idea.

* Same treatment for stdlib/3/re.pyi.
2016-05-16 11:25:59 -07:00
..
2016-05-04 16:54:57 -07:00
2016-03-09 11:58:24 +00:00
2016-05-11 10:47:24 -07:00
2016-05-11 10:47:24 -07:00
2016-05-11 10:47:24 -07:00