mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
* In Python 2, the optional `msg` argument was missing. * In Python 3, the method was missing altogether. Reference: https://github.com/python/cpython/blob/2.7/Lib/_pyio.py#L423 https://github.com/python/cpython/blob/3.6/Lib/_pyio.py#L443