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 christian.heimes
Date 2008-10-08.23:51:49
SpamBayes Score 7.3698334e-07
Marked as misclassified No
Message-id <1223509911.91.0.368315833446.issue4082@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-10-08 23:51:52christian.heimessetrecipients: + christian.heimes
2008-10-08 23:51:51christian.heimessetmessageid: <1223509911.91.0.368315833446.issue4082@psf.upfronthosting.co.za>
2008-10-08 23:51:51christian.heimeslinkissue4082 messages
2008-10-08 23:51:50christian.heimescreate