mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 12:51:27 +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.