mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-28 09:25:33 +08:00
95afb86022
In python 3, posix.stat_result is a re-export of os.stat_result, while in python 2 it was the reverse. Update typeshed to reflect this.