]> granicus.if.org Git - python/commit
Allow the process of reading back what we wrote to a pty to transform
authorThomas Wouters <thomas@python.org>
Thu, 22 Mar 2001 14:50:24 +0000 (14:50 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 22 Mar 2001 14:50:24 +0000 (14:50 +0000)
commitb0dbeef1c4e455f5140a36a39c39b98c0f1c42c8
tree231caa91da89f47efb7ddf1843da1fed8fba2ec5
parent053ae3502c19267f07c990d266e4cb3b2f3e01fc
Allow the process of reading back what we wrote to a pty to transform
linefeeds into carriagereturn-linefeeds (which is apparently what IRIX
does.) Also add some comments, an extra test and reorganize it a bit.
Lib/test/test_pty.py