]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Jan 2021 05:57:40 +0000 (21:57 -0800)
committerGitHub <noreply@github.com>
Fri, 22 Jan 2021 05:57:40 +0000 (21:57 -0800)
commit34f3f4ac70e3ba2e603ba7792addf973c94f90cb
tree1091cccd137f0feeffbd9a697298f950ef85ba1a
parent844ec0ba6606b60a59b7da82c54c1e646424259c
bpo-40304: Correct type(name, bases, dict) doc (GH-19553)

Co-authored-by: Éric Araujo <merwok@netwok.org>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Tal Einat <532281+taleinat@users.noreply.github.com>
(cherry picked from commit 644d52818a6391535e5838fd57d58ffcb1163056)

Co-authored-by: Борис Верховский <boris.verk@gmail.com>
Doc/library/functions.rst
Misc/NEWS.d/next/Documentation/2021-01-20-23-03-49.bpo-40304.-LK7Ps.rst [new file with mode: 0644]