This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients barry, chrism, ncoghlan, pitrou, serhiy.storchaka
Date 2013-12-01.21:03:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7cXKkLbTmLHfhL5qaFaUZywAQWx+bAEHfXRGTnkPwEGAA@mail.gmail.com>
In-reply-to <1385913334.59.0.0178571745655.issue19837@psf.upfronthosting.co.za>
Content
Changing return type based on argument *values* is still a bad idea in
general.

It also makes it hard to plug the API in to generic code that is designed
to work with any dump/load based serialisation protocol.

MvL suggested a json.bytes submodule (rather than a separate top level
module) in the other issue and that sounds reasonable to me, especially
since json is already implemented as a package.
History
Date User Action Args
2013-12-01 21:03:44ncoghlansetrecipients: + ncoghlan, barry, chrism, pitrou, serhiy.storchaka
2013-12-01 21:03:44ncoghlanlinkissue19837 messages
2013-12-01 21:03:44ncoghlancreate