summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2024-05-31 15:18:40 (GMT)
committerGitHub <noreply@github.com>2024-05-31 15:18:40 (GMT)
commit64ff1e217d963b48140326e8b63c62f4b306f4a0 (patch)
treef2417be747b3d2756efb5b86ba71eee2f6532156 /Misc
parentbcc1be39cb1d04ad9fc0bd1b9193d3972835a57c (diff)
downloadcpython-64ff1e217d963b48140326e8b63c62f4b306f4a0.zip
cpython-64ff1e217d963b48140326e8b63c62f4b306f4a0.tar.gz
cpython-64ff1e217d963b48140326e8b63c62f4b306f4a0.tar.bz2
gh-119770: Make termios ioctl() constants positive (#119840)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-05-31-12-57-31.gh-issue-119770.NCtels.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-05-31-12-57-31.gh-issue-119770.NCtels.rst b/Misc/NEWS.d/next/Library/2024-05-31-12-57-31.gh-issue-119770.NCtels.rst
new file mode 100644
index 0000000..94265e4
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-05-31-12-57-31.gh-issue-119770.NCtels.rst
@@ -0,0 +1 @@
+Make :mod:`termios` ``ioctl()`` constants positive. Patch by Victor Stinner.