Files
typeshed/stdlib
Jelle Zijlstra 6f6fa428ce fix some issues found by stubcheck (#1303)
- ThreadError exists (undocumented) on Python 3. It's an alias for _thread.error,
  but making it a separate exception seems fine.
- zipfile.error is an alias for BadZipFile on both Python versions.
- zlib.Compress and Decompress are not actually accessible at runtime.
2017-05-23 12:44:35 -07:00
..
2017-05-23 09:51:54 -07:00
2017-05-23 09:51:29 -07:00
2017-05-22 23:12:02 -07:00
2017-03-20 20:07:58 -07:00