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 mjpieters
Recipients docs@python, ezio.melotti, mjpieters, petri.lehtinen, pitrou, python-dev, rhettinger, socketpair, terry.reedy
Date 2014-10-23.15:20:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414077620.43.0.00543201920471.issue13769@psf.upfronthosting.co.za>
In-reply-to
Content
I'd say this is a bug in the library, not the documentation. The library varies the output type, making it impossible to use `json.dump()` with a `io.open()` object as the library will *mix data type* when writing. That is *terrible* behaviour.
History
Date User Action Args
2014-10-23 15:20:20mjpieterssetrecipients: + mjpieters, rhettinger, terry.reedy, pitrou, ezio.melotti, docs@python, socketpair, python-dev, petri.lehtinen
2014-10-23 15:20:20mjpieterssetmessageid: <1414077620.43.0.00543201920471.issue13769@psf.upfronthosting.co.za>
2014-10-23 15:20:20mjpieterslinkissue13769 messages
2014-10-23 15:20:20mjpieterscreate