Files
typeshed/stdlib/2.7
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-04-17 19:02:55 -07:00
2016-04-17 19:02:55 -07:00
2016-05-04 16:54:57 -07:00
2016-04-17 19:02:55 -07:00
2016-03-09 11:58:24 +00:00
2016-04-17 19:02:55 -07:00
2016-05-04 16:54:57 -07:00
2016-03-11 16:01:30 -08:00
2016-04-17 19:02:55 -07:00
2016-05-04 16:54:57 -07:00
2016-03-15 19:49:19 +01:00
2016-01-16 16:54:47 -05:00
2016-03-06 09:25:49 +09:00
2016-04-17 19:02:55 -07:00
2016-03-17 09:19:31 -07:00
2016-04-17 19:02:55 -07:00
2016-04-08 11:59:34 -07:00
2016-01-11 13:23:59 -08:00
2016-04-17 19:02:55 -07:00
2016-04-17 19:02:55 -07:00
2016-04-17 19:02:55 -07:00
2016-04-08 11:49:14 -07:00
2016-05-04 16:54:57 -07:00
2016-01-16 16:54:47 -05:00
2016-04-17 19:02:55 -07:00
2016-04-17 19:02:55 -07:00
2016-04-17 19:02:55 -07:00
2016-02-25 09:41:32 +00:00
2016-04-17 19:02:55 -07:00
2016-05-12 14:45:23 -07:00
2016-02-05 11:28:16 -08:00
2016-05-04 16:54:57 -07:00
2015-10-19 20:02:10 -07:00
2016-01-26 20:01:34 -08:00
2016-02-26 18:03:24 -08:00
2016-04-22 13:19:37 +01:00
2016-05-04 16:54:57 -07:00
2016-03-06 10:03:55 +09:00