[issue20141] Argument Clinic: broken support for 'O!'

Larry Hastings report at bugs.python.org
Mon Jan 6 17:57:11 CET 2014


Larry Hastings added the comment:

Actually, the documentation (the "howto") states:

Note that object() must explicitly support each Python type you specify for the type argument. Currently it only supports str. It should be easy to add more, just edit Tools/clinic/clinic.py, search for O! in the text, and add more entries to the dict mapping types to strings just above it.

Maybe this is a bad API.  But it's not broken.

----------

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


More information about the Python-bugs-list mailing list