mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-07 05:54:02 +08:00
90d89f8983
`zipfile._path` was split into a separate module in Python 3.12. Originally, we just copied the definition for `CompleteDirs` and `Path` from `zipfile.pyi` to `zipfile/_path/__init__.pyi` and left the now defunct version_info branches. This removes the unnecessary branches from the respective stub files.