]> 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 06:09:50 +0000 (22:09 -0800)
committerGitHub <noreply@github.com>
Fri, 22 Jan 2021 06:09:50 +0000 (22:09 -0800)
commit98e1f5c778b9719f6338a3247da95402192bad18
tree4e1dd21211e5e6b972d8318891ffa8c57f7b3824
parent6893523bed4ad701838715380659c245eec71d48
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]