mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
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.
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.