]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-17422: Language reference should specify restrictions on class namespace (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Feb 2020 21:16:43 +0000 (13:16 -0800)
committerGitHub <noreply@github.com>
Sat, 22 Feb 2020 21:16:43 +0000 (13:16 -0800)
commit36a120d343c1cb69b8d02913569c153e8bb969c8
tree1e127b2484817723dbf1277292844b9683bd2d59
parent43a0137c87b997c6ba8b23cc3281ce2de18f008a
bpo-17422: Language reference should specify restrictions on class namespace (GH-18559)

The language reference now specifies restrictions on class namespaces.  Adapted from a patch by Ethan Furman.
(cherry picked from commit fbe2e0bb8a7ee75d0f9d57682436dac7d69e202e)

Co-authored-by: ananthan-123 <ananthakrishnan15.2001@gmail.com>
Doc/reference/datamodel.rst
Misc/NEWS.d/next/Documentation/2020-02-19-11-13-47.bpo-17422.g7_9zz.rst [new file with mode: 0644]