Message229882
| 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. |
|