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

Christian Heimes report at bugs.python.org
Thu Oct 9 01:51:51 CEST 2008


New submission from Christian Heimes <lists at cheimes.de>:

python2.6 -m site used to print some status information to the console.
python3.0 -m site and python2.5 -m site are still working as expected.
An initial debug session showed that the site module isn't imported a
second time under the name __main__. I suspect a regression in runpy or
related code.

----------
components: Library (Lib)
messages: 74553
nosy: christian.heimes
priority: normal
severity: normal
status: open
title: python2.6 -m site doesn't run site._script() any more
versions: Python 2.6, Python 2.7

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


More information about the New-bugs-announce mailing list