]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport 1.14:
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 10 Jan 2002 15:51:52 +0000 (15:51 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 10 Jan 2002 15:51:52 +0000 (15:51 +0000)
commit770139cac81083ad8174c64b7024a47f73a235d9
tree2133affe32542d2d9dad0b59c7cf365d5a2f232a
parent202ae3d9cc3a60840c61161e11dea50e9d57f25d
backport 1.14:
  Fix the second reincarnation of SF #456395 -- failure on IRIX.  This
  time use .replace() to change all \r\n into \n, not just the last one.

This makes test_pty work on Irix.
Lib/test/test_pty.py