diff -r Doc/tutorial/modules.rst --- a/Doc/tutorial/modules.rst Mon Mar 17 00:20:29 2014 -0500 +++ b/Doc/tutorial/modules.rst Mon Mar 17 00:20:29 2014 -0500 +Enhancing the More on Modules documentation +-------------------------------------------------------------------- -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. +For more on namespace, follow the link : +http://docs.python.org/2/tutorial/classes.html#python-scopes-and-namespaces