This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients Roscoe R. Higgins, brett.cannon, docs@python
Date 2016-01-26.17:37:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453829836.18.0.766099149415.issue26205@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3/tutorial/classes.html for the docs that Roscoe is talking about.

So the sentence is technically correct, it just takes careful reading to grasp what's being said. There are "at least three nested scopes", but there can be *up to* four scopes. Since "the scopes of any enclosing functions" is not necessarily true for all code scopes, you end up with at least three, but possibly four scopes.

Obviously the wording could be clearer, so if you want to sign the CLA, Roscoe, and propose a rewording that would be appreciated!
History
Date User Action Args
2016-01-26 17:37:16brett.cannonsetrecipients: + brett.cannon, docs@python, Roscoe R. Higgins
2016-01-26 17:37:16brett.cannonsetmessageid: <1453829836.18.0.766099149415.issue26205@psf.upfronthosting.co.za>
2016-01-26 17:37:16brett.cannonlinkissue26205 messages
2016-01-26 17:37:16brett.cannoncreate