]> granicus.if.org Git - python/commit
Fix the second reincarnation of SF #456395 -- failure on IRIX. This
authorGuido van Rossum <guido@python.org>
Tue, 11 Sep 2001 14:24:35 +0000 (14:24 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Sep 2001 14:24:35 +0000 (14:24 +0000)
commitdc795b82aaa6943e1760ec34515d5dd82a57c4ca
tree4260ee5db694f530cb402189cce568cd65edb6ca
parent779ce4a73a0277566ab1e9045da58d89c9cc4efb
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.
Lib/test/test_pty.py