Message135418
> Isn’t the root problem that pydoc uses import rather than imp or PEP 302 things? We could change that. It's possible to get the documentation of some module without loading them: pydoc already supports get_source() method of a module loader. But my concern is more about C modules: you have to load them to get their documentation, but you can never a unload C modules (you have to exit Python). | |
| Date | User | Action | Args | | 2011-05-07 08:34:57 | vstinner | set | recipients: + vstinner, eric.araujo, Arfrever | | 2011-05-07 08:34:57 | vstinner | set | messageid: <1304757297.83.0.277518497424.issue11995@psf.upfronthosting.co.za> | | 2011-05-07 08:34:56 | vstinner | link | issue11995 messages | | 2011-05-07 08:34:56 | vstinner | create | | |