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 jdwhitley
Recipients amaury.forgeotdarc, jdwhitley, john.weldon, lemburg
Date 2009-03-10.09:03:51
SpamBayes Score 2.9238953e-07
Marked as misclassified No
Message-id <1236675834.21.0.754591355862.issue4540@psf.upfronthosting.co.za>
In-reply-to
Content
I can still reproduce on py3

>>> help("modules anything")

Traceback (most recent call last):
...

This patch works (on Py3.1a1). 


Amaury, are you still o.k with catching Exception rather
than just (SyntaxError, UnicodeDecodeError, ImportError)?

The code-refactoring does clean the structure up well.

Cheers,

Jervis
History
Date User Action Args
2009-03-10 09:03:54jdwhitleysetrecipients: + jdwhitley, lemburg, amaury.forgeotdarc, john.weldon
2009-03-10 09:03:54jdwhitleysetmessageid: <1236675834.21.0.754591355862.issue4540@psf.upfronthosting.co.za>
2009-03-10 09:03:52jdwhitleylinkissue4540 messages
2009-03-10 09:03:51jdwhitleycreate