Could somebody please explain what is happening ....
John Dean
john at rygannon.com
Mon Sep 15 04:59:42 EDT 2003
More information about the Python-list mailing list
Mon Sep 15 04:59:42 EDT 2003
- Previous message (by thread): Could somebody please explain what is happening ....
- Next message (by thread): Could somebody please explain what is happening ....
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi I have been reading quite a lot of Python source code recently and I have come across a particular construct which I don't understand. I would be grateful if somebody could explain the reason for including the following lines of code. I have seen it only at the beginning of a module:- global sys import sys global os import os .... .... I know what global means and I know what import means but what is the reason for making an imported module global? -- Best Regards John
- Previous message (by thread): Could somebody please explain what is happening ....
- Next message (by thread): Could somebody please explain what is happening ....
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list