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 eamanu
Recipients eamanu, rhettinger, terry.reedy
Date 2020-07-24.02:28:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595557731.01.0.246131938272.issue41378@roundup.psfhosted.org>
In-reply-to
Content
Hello everybody!

When a new file is loaded, the current loadfile read for the newline to set
the eol_convention. As does not exist for a empty file a None is saved and
for that reason the exception is raised

If you consider that this patch is correct I cant submit a PR

Cheers
History
Date User Action Args
2020-07-24 02:28:51eamanusetrecipients: + eamanu, rhettinger, terry.reedy
2020-07-24 02:28:51eamanusetmessageid: <1595557731.01.0.246131938272.issue41378@roundup.psfhosted.org>
2020-07-24 02:28:50eamanulinkissue41378 messages
2020-07-24 02:28:50eamanucreate