python / cpython

The Python programming language
https://www.python.org/
Other
60.45k stars 29.23k forks source link

Test script for openpty() #32501

Closed Yhg1s closed 23 years ago

Yhg1s commented 23 years ago
BPO 400697
Nosy @Yhg1s
Files
  • None: None
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields: ```python assignee = None closed_at = created_at = labels = [] title = 'Test script for openpty()' updated_at = user = 'https://github.com/Yhg1s' ``` bugs.python.org fields: ```python activity = actor = 'twouters' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = creator = 'twouters' dependencies = [] files = ['2507'] hgrepos = [] issue_num = 400697 keywords = ['patch'] message_count = 2.0 messages = ['32976', '32977'] nosy_count = 1.0 nosy_names = ['twouters'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue400697' versions = [] ```

    Yhg1s commented 23 years ago
    Yhg1s commented 23 years ago

    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 ;)