[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 4 commits: #4038: fix universal newline but non-translating text-io:

2023-11-25 Thread Matti Picus (@mattip)
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

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 3 commits: #4038: fix universal newline but non-translating text-io:

2023-11-25 Thread Matti Picus (@mattip)
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