This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author soumendra
Recipients soumendra
Date 2020-08-15.02:22:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597458124.55.0.846715111749.issue41541@roundup.psfhosted.org>
In-reply-to
Content
Adding the test program [ test.py ] as an attachment. It was taken from https://docs.python.org/3/library/pty.html.

How to reproduce issue:

1. Notice that the xterm window in before.png is not too wide; this makes the output of "ls" wrap around the xterm window.
2. Run test.py.
3. Run "ls".

Solution:

1. Apply latest version of the patch [ pty.diff ].
2. Run test.pty and run "ls".
3. Run "ls".
History
Date User Action Args
2020-08-15 02:22:04soumendrasetrecipients: + soumendra
2020-08-15 02:22:04soumendrasetmessageid: <1597458124.55.0.846715111749.issue41541@roundup.psfhosted.org>
2020-08-15 02:22:04soumendralinkissue41541 messages
2020-08-15 02:22:04soumendracreate