mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-26 10:36:38 +08:00
- 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.