Files
typeshed/stdlib
Jelle Zijlstra 1d6e3f492e Fix incorrect usage of AnyStr (#1215)
* Fix incorrect usage of AnyStr

- sqlite3 was using Union[bytes, AnyStr], which doesn't make sense
- The urllib functions I changed accept either bytes or str for their "safe"
  argument
- Also added supports for PathLike to pstats
- Remove some unused imports of AnyStr

* pstats: python 2 accepts unicode
2017-04-27 08:47:59 -07:00
..
2017-04-27 08:47:59 -07:00
2017-04-27 08:47:59 -07:00
2017-04-24 15:30:59 -07:00
2017-03-20 20:07:58 -07:00