Files
typeshed/stdlib
David Fisher fb96ee8e50 Revert "replace re patterns AnyStr with Union[str, unicode]"
This reverts commit ba2c8d95ec.
This commit introduced some bugs (it used Pattern[Union[str, unicode]]
when it would need to be Union[Pattern[str], Pattern[unicode]]), and
- on further discussion - it's unclear if we want to allow this
  additional flexibility.  I'm reverting this diff for now, but we'll
revisit this after deciding on the upcoming proposal about how implicit
bytes/unicode conversions should be handled when typing Python 2.
2016-06-03 17:41:01 -07:00
..
2016-05-04 16:54:57 -07:00
2016-06-02 10:16:01 -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