[Python-Dev] Accessing source code in zipped packages (original) (raw)
Georg Brandl g.brandl at gmx.net
Wed Dec 3 07:52:02 CET 2008
- Previous message: [Python-Dev] Accessing source code in zipped packages
- Next message: [Python-Dev] Accessing source code in zipped packages
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Alexander Belopolsky schrieb:
About a month ago, I submitted two patches that address Pdb and doctest inability to load source code from modules with custom loaders such as modules loaded from zip files:
http://bugs.python.org/issue4201 http://bugs.python.org/issue4197 The patches are very simple, basically calls to linecache.getline() need to be provided with the module's dict to enable linecache to find the module's loader.
There is also http://bugs.python.org/issue4223 which goes in the same direction.
Georg
- Previous message: [Python-Dev] Accessing source code in zipped packages
- Next message: [Python-Dev] Accessing source code in zipped packages
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]