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 pdonis
Recipients pdonis
Date 2021-01-28.02:10:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611799804.84.0.215071854075.issue43049@roundup.psfhosted.org>
In-reply-to
Content
This is a follow-up to issue 1812:

https://bugs.python.org/issue1812

It was suggested in the discussion on that issue that the newline conversion in doctest that was corrected in that issue could be done using already defined resources in the io module instead of by a custom function. This issue is to provide an issue number for my pull request on github to do that: the io module provides the IncrementalNewlineDecoder object that does exactly what is needed.
History
Date User Action Args
2021-01-28 02:10:04pdonissetrecipients: + pdonis
2021-01-28 02:10:04pdonissetmessageid: <1611799804.84.0.215071854075.issue43049@roundup.psfhosted.org>
2021-01-28 02:10:04pdonislinkissue43049 messages
2021-01-28 02:10:04pdoniscreate