Terry J. Reedy added the comment:

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

----------
nosy: +terry.reedy

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27613>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to