]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-17422: Language reference should specify restrictions on class namespace (#18559)
authorananthan-123 <ananthakrishnan15.2001@gmail.com>
Sat, 22 Feb 2020 17:56:02 +0000 (23:26 +0530)
committerGitHub <noreply@github.com>
Sat, 22 Feb 2020 17:56:01 +0000 (09:56 -0800)
commitfbe2e0bb8a7ee75d0f9d57682436dac7d69e202e
tree2cdc2bba10976757f959974332b95c619e61d2d1
parent1c56f8ffad44478b4214a2bf8eb7cf51c28a347a
bpo-17422: Language reference should specify restrictions on class namespace (#18559)

The language reference now specifies restrictions on class namespaces.  Adapted from a patch by Ethan Furman.
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]