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 eric.araujo
Recipients Piotr.Kuchta, ashwch, docs@python, eric.araujo, ezio.melotti, jeffknupp, nitika
Date 2014-03-16.22:27:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395008823.15.0.241112695646.issue17383@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-03-16 22:27:03eric.araujosetrecipients: + eric.araujo, ezio.melotti, docs@python, jeffknupp, ashwch, Piotr.Kuchta, nitika
2014-03-16 22:27:03eric.araujosetmessageid: <1395008823.15.0.241112695646.issue17383@psf.upfronthosting.co.za>
2014-03-16 22:27:02eric.araujolinkissue17383 messages
2014-03-16 22:27:02eric.araujocreate