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.

classification
Title: Test script for Lib/pty.py
Type: Stage:
Components: None Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, twouters
Priority: normal Keywords: patch

Created on 2000-06-30 17:58 by twouters, last changed 2022-04-10 16:02 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
None twouters, 2000-06-30 17:58 None
Messages (3)
msg32973 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2000-06-30 17:58
 
msg32974 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2000-06-30 23:23
Confirmed on Linux & checked in.
msg32975 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2000-06-30 18:00
As promised, a test script for the pty module. Should be independant of the openpty() changes altogether, though I haven't tested it on non-openpty systems.

Note that it can become a tad more functional if os.isatty() is added ;)
History
Date User Action Args
2022-04-10 16:02:02adminsetgithub: 32500
2000-06-30 17:58:18twouterscreate