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 pitrou
Recipients barry, chrism, ncoghlan, pitrou, serhiy.storchaka
Date 2013-12-01.21:21:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385932890.2297.25.camel@fsol>
In-reply-to <CADiSq7cXKkLbTmLHfhL5qaFaUZywAQWx+bAEHfXRGTnkPwEGAA@mail.gmail.com>
Content
> 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.

I don't really find it reasonable to add a phantom module entirely for
the purpose of exposing an API more similar to the Python 2 one. I don't
think this design pattern has already been used.

If we add a json_bytes method, it will be simple enough for folks to add
the appropriate rules in their compat module (and/or for six to expose
it).
History
Date User Action Args
2013-12-01 21:21:33pitrousetrecipients: + pitrou, barry, chrism, ncoghlan, serhiy.storchaka
2013-12-01 21:21:32pitroulinkissue19837 messages
2013-12-01 21:21:32pitroucreate