Message213767
Thanks for the patch.
+Enhancing the More on Modules documentation
+--------------------------------------------------------------------
This should not be in the patch.
-Modules can import other modules. It is customary but not required
-to place all import statements at the beginning of a module (or script,
-for that matter). The imported module names are placed in the importing
-module’s global symbol table.
+Modules can import other modules. It is customary but not required
+to place all import statements at the beginning of a module (or script,
+for that matter). The imported module names are placed in the importing
+module’s global symbol table.
These lines are not changed, I suspect the characters used for the end of lines have been changed by your text editor. Please fix that (search for “EOL” or “hgeol” in the devguide).
+For more on namespace, follow the link :
+http://docs.python.org/2/tutorial/classes.html#python-scopes-and-namespaces
I don’t think adding this link solves the ambiguous phrasing. |
|
Date |
User |
Action |
Args |
2014-03-16 22:27:03 | eric.araujo | set | recipients:
+ eric.araujo, ezio.melotti, docs@python, jeffknupp, ashwch, Piotr.Kuchta, nitika |
2014-03-16 22:27:03 | eric.araujo | set | messageid: <1395008823.15.0.241112695646.issue17383@psf.upfronthosting.co.za> |
2014-03-16 22:27:02 | eric.araujo | link | issue17383 messages |
2014-03-16 22:27:02 | eric.araujo | create | |
|