]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39493: Fix definition of IO.closed in typing.py (GH-18265)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 Jan 2020 05:42:38 +0000 (21:42 -0800)
committerGitHub <noreply@github.com>
Thu, 30 Jan 2020 05:42:38 +0000 (21:42 -0800)
commit58076df0c59677111dc77b72852cb2a313a2ef91
tree5f90a80bfc6fcaad23764ca781fd18de7e1e54f4
parent696d2324cf2a54e20e8d6a6739fa97ba815a8be9
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>
Lib/typing.py
Misc/NEWS.d/next/Library/2020-01-30-01-13-19.bpo-39493.CbFRi7.rst [new file with mode: 0644]