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 xdegaye
Recipients christian.heimes, martin.panter, python-dev, serhiy.storchaka, xdegaye, xiang.zhang, zach.ware
Date 2016-12-17.19:58:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482004688.26.0.9666388092.issue28971@psf.upfronthosting.co.za>
In-reply-to
Content
> If sender sends a lot of empty lines and file is not None, LF or CRLF is stripped from lines

Oh, I missed that. Maybe give a weight of 4 to 8 bytes or even more to a line, this value being added to the bytes count whether the line is empty or not.
Do you have another suggestion ?
History
Date User Action Args
2016-12-17 19:58:08xdegayesetrecipients: + xdegaye, christian.heimes, python-dev, martin.panter, zach.ware, serhiy.storchaka, xiang.zhang
2016-12-17 19:58:08xdegayesetmessageid: <1482004688.26.0.9666388092.issue28971@psf.upfronthosting.co.za>
2016-12-17 19:58:08xdegayelinkissue28971 messages
2016-12-17 19:58:08xdegayecreate