[issue4082] python2.6 -m site doesn't run site._script() any more

Christian Heimes report at bugs.python.org
Thu Oct 9 14:20:38 CEST 2008


Christian Heimes <lists at cheimes.de> added the comment:

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

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4082>
_______________________________________


More information about the Python-bugs-list mailing list