[issue19837] Wire protocol encoding for the JSON module

Terry J. Reedy report at bugs.python.org
Sat Dec 7 01:08:44 CET 2013


Terry J. Reedy added the comment:

> Changing return type based on argument *values* is still a bad idea in
general.

I understand the proposal to be changing the return based on argument *presence*. It strikes me a a convenient abbreviation for making a separate encoding call and definitely (specifically?) less bad than a separate module or separate functions.

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list