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 christian.heimes
Recipients benjamin.peterson, christian.heimes, ncoghlan
Date 2008-10-09.12:20:35
SpamBayes Score 8.469506e-05
Marked as misclassified No
Message-id <1223554838.66.0.0671046277797.issue4082@psf.upfronthosting.co.za>
In-reply-to
Content
I already added a print __name__ right before the if __name__ ==
"__main__" block. Python 2.5, trunk and 3.0 print:

site
__main__

while Python 2.6 just prints:

site

Christian
History
Date User Action Args
2008-10-09 12:20:38christian.heimessetrecipients: + christian.heimes, ncoghlan, benjamin.peterson
2008-10-09 12:20:38christian.heimessetmessageid: <1223554838.66.0.0671046277797.issue4082@psf.upfronthosting.co.za>
2008-10-09 12:20:36christian.heimeslinkissue4082 messages
2008-10-09 12:20:35christian.heimescreate