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 serhiy.storchaka
Recipients lukasz.langa, mcepl, serhiy.storchaka, steven.daprano, tttnns
Date 2018-03-10.10:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520678210.38.0.467229070634.issue32917@psf.upfronthosting.co.za>
In-reply-to
Content
I thought a blank line between sections is just for readability, and no program will break if drop it. Removing the final blank line can harm the readability in the case of sequential writes to the same file (unless we detect the start of the file, that is problematic in the case of non-seekable streams). But I didn't thought that a superfluous final blank line causes any problems. What software has a problem with it?
History
Date User Action Args
2018-03-10 10:36:50serhiy.storchakasetrecipients: + serhiy.storchaka, mcepl, steven.daprano, lukasz.langa, tttnns
2018-03-10 10:36:50serhiy.storchakasetmessageid: <1520678210.38.0.467229070634.issue32917@psf.upfronthosting.co.za>
2018-03-10 10:36:50serhiy.storchakalinkissue32917 messages
2018-03-10 10:36:49serhiy.storchakacreate