Files
typeshed/stdlib/3
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-11 00:27:58 -04:00
2016-04-11 00:27:58 -04:00
2016-04-11 00:27:58 -04:00
2016-05-07 13:22:16 -07:00
2016-04-11 00:27:58 -04:00
2016-03-09 11:58:24 +00:00
2016-05-05 11:32:06 +01:00
2016-04-11 00:27:58 -04:00
2016-04-11 00:27:58 -04:00
2016-05-01 17:48:23 -07:00
2016-04-12 16:09:07 -07:00
2016-03-15 09:52:24 +01:00
2016-05-04 16:54:57 -07:00
2016-03-23 08:30:39 +01:00
2016-02-22 17:44:07 -06:00
2016-03-06 09:25:49 +09:00
2016-03-15 10:15:31 +01:00
2016-04-11 00:27:58 -04:00
2016-04-11 00:27:58 -04:00
2016-03-10 01:28:07 +01:00
2016-05-12 16:52:36 -07:00
2016-04-11 00:27:58 -04:00
2016-01-16 16:54:47 -05:00
2016-05-03 11:48:38 -07:00
2016-04-11 00:27:58 -04:00
2016-02-25 09:41:32 +00:00
2015-12-30 21:59:56 +01:00
2016-05-12 14:45:23 -07:00
2016-02-05 11:28:16 -08:00
2016-01-16 16:52:01 -05:00
2015-10-01 14:53:57 -07:00
2016-04-17 19:59:47 -07:00
2016-05-04 16:54:57 -07:00
2016-03-06 10:03:55 +09:00