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 dariusp
Recipients amaury.forgeotdarc, dariusp, jdwhitley, john.weldon, lemburg
Date 2009-03-10.12:53:35
SpamBayes Score 8.2175e-08
Marked as misclassified No
Message-id <1236689618.51.0.333728623731.issue4540@psf.upfronthosting.co.za>
In-reply-to
Content
This appears to be the same issue as described in 5453 in which I
supplied a patch for release30-maint and py3k branches.

It's probably useful to address both issue 4540 & 5453 at the same time.

I would have added to this issue, but I didn't see it when I raised 5453.

On a side note, the line importer.find_module(modname) in pydoc.py line
1925 appears that it may return None.  If this is the case then the None
return value should be handled.
History
Date User Action Args
2009-03-10 12:53:38dariuspsetrecipients: + dariusp, lemburg, amaury.forgeotdarc, john.weldon, jdwhitley
2009-03-10 12:53:38dariuspsetmessageid: <1236689618.51.0.333728623731.issue4540@psf.upfronthosting.co.za>
2009-03-10 12:53:37dariusplinkissue4540 messages
2009-03-10 12:53:35dariuspcreate