[Python-Dev] PEP 302 support for traceback, inspect, site, warnings, doctest, and linecache (original) (raw)

Phillip J. Eby pje at telecommunity.com
Mon Apr 10 19:03:02 CEST 2006


Here's my plan for implementing PEP 302 support (__loader__ sensitivity) for the above modules:

I'm starting work on the above now. If I finish early enough today, I'll follow up with plans for fixing pydoc, which requires slightly more extensive surgery, since it doesn't even support packages with multiple __path__ entries yet, let alone PEP 302.

Please let me know if you have any questions or concerns.



More information about the Python-Dev mailing list