[issue18726] json functions have too many positional parameters

Bob Ippolito report at bugs.python.org
Mon Sep 2 20:11:06 CEST 2013


Bob Ippolito added the comment:

Other than when subclassing (which is actively discouraged), I haven't seen anyone try and use positional args for these APIs. I simply don't think this is an issue in practice. If you go far enough back in simplejson history, these module-global functions were actually keyword-only.

----------

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


More information about the Python-bugs-list mailing list