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 openpty()
Type: Stage:
Components: None Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: twouters
Priority: normal Keywords: patch

Created on 2000-06-30 18:01 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 18:01 None
Messages (2)
msg32976 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2000-06-30 18:01
 
msg32977 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2000-06-30 18:03
Test script for os.openpty() specifically. Put in a different test so that people can be informed that their os.openpty() is non-functional. (As opposed to not available.)

Note, too, that this test can use os.isatty() once it is added ;)
History
Date User Action Args
2022-04-10 16:02:02adminsetgithub: 32501
2000-06-30 18:01:36twouterscreate