]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-39493: Fix definition of IO.closed in typing.py (GH-18273)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 Jan 2020 06:00:12 +0000 (22:00 -0800)
committerGitHub <noreply@github.com>
Thu, 30 Jan 2020 06:00:12 +0000 (22:00 -0800)
commit194c7aeb6f3d6c2b0015457d22b38253652f4f38
tree24b2b6c5ec3505352c24e3d2cc67e2d59998c43d
parentcf0645a17acbc0c4dbbf82434e37637965748bbb
[3.7] bpo-39493: Fix definition of IO.closed in typing.py (GH-18273)

* bpo-39493: Fix definition of IO.closed in typing.py (GH-18265)
(cherry picked from commit 2e6569b6692298fcc9aae0df3eb3181adb2a5099)

Co-authored-by: Shantanu <hauntsaninja@users.noreply.github.com>
* Use @absractproperty

Co-authored-by: Shantanu <hauntsaninja@users.noreply.github.com>
Co-authored-by: Guido van Rossum <guido@python.org>
Lib/typing.py
Misc/NEWS.d/next/Library/2020-01-30-01-13-19.bpo-39493.CbFRi7.rst [new file with mode: 0644]