[issue20489] help() fails for zlib Compress and Decompress objects

Nick Coghlan report at bugs.python.org
Tue Feb 4 12:20:41 CET 2014


Nick Coghlan added the comment:

For 3.4, I'd prefer to just not convert these functions. The right fix is to figure out how to get __name__ set appropriately, and that's something the C extension module improvements in 3.5 should be able to help with.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20489>
_______________________________________


More information about the Python-bugs-list mailing list