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 terry.reedy
Recipients SilentGhost, altvod, r.david.murray, terry.reedy
Date 2016-07-29.18:03:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469815400.47.0.754476985128.issue27613@psf.upfronthosting.co.za>
In-reply-to
Content
I am surprised that dumping to a string and to a file give different answers.  This strikes me as a bug in any case.  I would expect the the main difference would be file.write(chunk) versus temlist.append(chunk).
History
Date User Action Args
2016-07-29 18:03:20terry.reedysetrecipients: + terry.reedy, r.david.murray, SilentGhost, altvod
2016-07-29 18:03:20terry.reedysetmessageid: <1469815400.47.0.754476985128.issue27613@psf.upfronthosting.co.za>
2016-07-29 18:03:20terry.reedylinkissue27613 messages
2016-07-29 18:03:20terry.reedycreate