Re: [Python-Dev] Accessing source code in zipped packages

2008-12-03 Thread Nick Coghlan
Georg Brandl wrote: > 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

Re: [Python-Dev] Accessing source code in zipped packages

2008-12-02 Thread Georg Brandl
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 simp

[Python-Dev] Accessing source code in zipped packages

2008-12-02 Thread Alexander Belopolsky
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