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 berker.peksag
Recipients BreamoreBoy, berker.peksag, docs@python, krichter
Date 2016-06-01.02:15:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464747381.43.0.57393828763.issue20683@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report, Karl. Could you give more details about what's missing? The section gives some examples of namespaces:

    [...] the set of built-in names (containing functions such as abs(), and built-in exception names); the global names in a module; and the local names in a function invocation.

I'm not sure if it's worth to convert them to code examples.
History
Date User Action Args
2016-06-01 02:16:24berker.peksagsetrecipients: + berker.peksag, docs@python, BreamoreBoy, krichter
2016-06-01 02:16:21berker.peksagsetmessageid: <1464747381.43.0.57393828763.issue20683@psf.upfronthosting.co.za>
2016-06-01 02:16:21berker.peksaglinkissue20683 messages
2016-06-01 02:15:48berker.peksagcreate