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 dhaffey
Recipients JanKanis, benjamin.peterson, dhaffey, dlesco, docs@python, hynek, josh.r, lemburg, pitrou, stutzbach, terry.reedy
Date 2016-03-09.03:00:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457492424.87.0.520193001251.issue21910@psf.upfronthosting.co.za>
In-reply-to
Content
+1, I just lost an hour-plus compute job to this. It sure violates POLA. I've been passing large generators to file.writelines since about as long as generators have existed, so I never would have guessed that a class named "StreamWriter" of all things wouldn't, you know, stream its writelines argument.
History
Date User Action Args
2016-03-09 03:00:25dhaffeysetrecipients: + dhaffey, lemburg, terry.reedy, pitrou, benjamin.peterson, stutzbach, dlesco, docs@python, JanKanis, hynek, josh.r
2016-03-09 03:00:24dhaffeysetmessageid: <1457492424.87.0.520193001251.issue21910@psf.upfronthosting.co.za>
2016-03-09 03:00:24dhaffeylinkissue21910 messages
2016-03-09 03:00:24dhaffeycreate