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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, canhuth
Date 2007-11-30.11:11:09
SpamBayes Score 0.022395473
Marked as misclassified No
Message-id <1196421069.8.0.927643507471.issue1525@psf.upfronthosting.co.za>
In-reply-to
Content
Top-level statements are executed only the first time the module is
imported:
http://docs.python.org/tut/node8.html#moreModules
To execute a script from python, you should consider the execfile()
function instead.
History
Date User Action Args
2007-11-30 11:11:09amaury.forgeotdarcsetspambayes_score: 0.0223955 -> 0.022395473
recipients: + amaury.forgeotdarc, canhuth
2007-11-30 11:11:09amaury.forgeotdarcsetspambayes_score: 0.0223955 -> 0.0223955
messageid: <1196421069.8.0.927643507471.issue1525@psf.upfronthosting.co.za>
2007-11-30 11:11:09amaury.forgeotdarclinkissue1525 messages
2007-11-30 11:11:09amaury.forgeotdarccreate