summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-08-04 00:45:34 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-08-04 00:45:34 (GMT)
commit03e5182dca2ec575c6c500b446f52a1f8c2a50a0 (patch)
treee57d37da5eb5d5bf811f2a30d5227e908bef2e95 /Misc
parent76f5d1419fd2d7ad7c1725f5782e8ca43e29bdcf (diff)
downloadcpython-03e5182dca2ec575c6c500b446f52a1f8c2a50a0.zip
cpython-03e5182dca2ec575c6c500b446f52a1f8c2a50a0.tar.gz
cpython-03e5182dca2ec575c6c500b446f52a1f8c2a50a0.tar.bz2
(backport of r61652 and r61665 from trunk)
Issue #1471: Arguments to fcntl.ioctl are no longer broken on 64-bit OpenBSD and similar platforms due to sign extension.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 960f119..603e847 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -143,6 +143,9 @@ Extension Modules
- Issue #3120: On 64-bit Windows the subprocess module was truncating handles.
+- Issue #1471: Arguments to fcntl.ioctl are no longer broken on 64-bit OpenBSD
+ and similar platforms due to sign extension.
+
Tests
-----