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: Make termios PEP-384 compatible
Type: enhancement Stage: resolved
Components: Extension Modules Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: dino.viehland, eric.snow, twouters
Priority: normal Keywords: patch

Created on 2019-09-09 14:30 by dino.viehland, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 15785 merged dino.viehland, 2019-09-09 14:31
Messages (1)
msg351613 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2019-09-10 10:33
New changeset bd0c7a12d9e28ce74bfc16244d7694aca906838c by T. Wouters (Dino Viehland) in branch 'master':
bpo-38071: Make termios PEP-384 compatible (GH-15785)
https://github.com/python/cpython/commit/bd0c7a12d9e28ce74bfc16244d7694aca906838c
History
Date User Action Args
2022-04-11 14:59:20adminsetgithub: 82252
2019-09-10 11:20:06christian.heimessetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-09-10 10:33:33twouterssetnosy: + twouters
messages: + msg351613
2019-09-09 14:31:35dino.viehlandsetkeywords: + patch
stage: patch review
pull_requests: + pull_request15438
2019-09-09 14:30:11dino.viehlandcreate