Matti Picus pushed to branch branch/py3.10 at PyPy / pypy
Commits:
5b31c9b3 by CF Bolz-Tereick at 2023-11-23T16:08:06+01:00
#4038: fix universal newline but non-translating text-io:
in this mode, two \r at the end of the file were combined into a single line by
.readline()
- - - - -
f12d8096
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
5b31c9b3 by CF Bolz-Tereick at 2023-11-23T16:08:06+01:00
#4038: fix universal newline but non-translating text-io:
in this mode, two \r at the end of the file were combined into a single line by
.readline()
- - - - -
f12d8096 b