[issue20683] Add example to tutorial namespace doc, section 9.2

2016-09-08 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> not a bug stage: -> resolved status: pending -> closed ___ Python tracker ___ ___ Pytho

[issue20683] Add example to tutorial namespace doc, section 9.2

2016-05-31 Thread Berker Peksag
Berker Peksag added the comment: 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; a

[issue20683] Add example to tutorial namespace doc, section 9.2

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: What is wrong with the example given here https://docs.python.org/3/tutorial/classes.html#scopes-and-namespaces-example ? -- nosy: +BreamoreBoy ___ Python tracker _

[issue20683] Add example to tutorial namespace doc, section 9.2

2014-02-21 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: [doc] Ease comprehension of section 9.2 of docs for Python 2 and 3 with example -> Add example to tutorial namespace doc, section 9.2 versions: +Python 2.7, Python 3.4 ___ Python tracker