mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-15 21:18:30 +08:00
6f6fa428ce
- 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.