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 ezio.melotti
Recipients Balachandran.Sivakumar, ezio.melotti, terry.reedy
Date 2011-09-22.17:59:53
SpamBayes Score 0.0031200189
Marked as misclassified No
Message-id <1316714394.32.0.0132010631546.issue13027@psf.upfronthosting.co.za>
In-reply-to
Content
help("modules") imports all the modules, and you probably have some module that once imported makes the interpreter crash (maybe _keybinder? you could try importing that from the interpreter and see if it crashes).
The deprecation warnings comes from deprecated modules that get imported too, maybe these could be silenced by help().

I'm not sure there's much we can do with this though, see also #12902.
History
Date User Action Args
2011-09-22 17:59:54ezio.melottisetrecipients: + ezio.melotti, terry.reedy, Balachandran.Sivakumar
2011-09-22 17:59:54ezio.melottisetmessageid: <1316714394.32.0.0132010631546.issue13027@psf.upfronthosting.co.za>
2011-09-22 17:59:53ezio.melottilinkissue13027 messages
2011-09-22 17:59:53ezio.melotticreate