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

Nick Coghlan report at bugs.python.org
Tue Feb 4 12:24:37 CET 2014


Nick Coghlan added the comment:

For example, see the builtins patch on issue 20184 where I initially converted sorted() to AC, but then found that making it *work* as an AC function was actually quite difficult due to the PyList implementation expecting to be given a arg tuple and kwds dict.

Something like that seems appropriate here as well - break the magic formatting of the clinic input, add a reference to this bug and then tweak the signature line manually to not be a valid AC signature line.

----------

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


More information about the Python-bugs-list mailing list