]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38352: Add to typing.__all__ (GH-25821) (#25885)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 May 2021 10:02:49 +0000 (03:02 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 10:02:49 +0000 (12:02 +0200)
commit00726e51ade10c7e3535811eb700418725244230
tree24aa6ddbe0da90c2fb781196395a52ef20cdd226
parent7a92beea2cb13db3e42d39b169e124fa3b89dc36
bpo-38352: Add to typing.__all__ (GH-25821) (#25885)

This adds IO, TextIO, BinaryIO, Match, and Pattern.

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
(cherry picked from commit b11557973476963f7c0fd0041eac175bc0d4c514)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/typing.py
Misc/NEWS.d/next/Library/2021-05-02-13-54-25.bpo-38352.N9MlhV.rst [new file with mode: 0644]