[issue5742] inspect.findsource() should look only for sources

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: This is a duplicate of issue 4050. -- nosy: +ajaksu2 resolution: -> duplicate status: open -> closed superseder: -> inspect.findsource() returns binary data for shared library modules ___ Python tracker

[issue5742] inspect.findsource() should look only for sources

2009-04-13 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> normal stage: -> test needed type: crash -> behavior ___ Python tracker ___ ___ Python-bugs

[issue5742] inspect.findsource() should look only for sources

2009-04-12 Thread Dmitry Vasiliev
New submission from Dmitry Vasiliev : Currently help(zlib) gives the following traceback: Python 3.1a2+ (py3k:71538M, Apr 12 2009, 21:54:44) >>> import zlib >>> help(zlib) Traceback (most recent call last): File "", line 1, in File "Lib/site.py", line 429, in __call__ return pydoc.help