diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-06-03 12:47:26 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-06-03 12:47:26 (GMT) |
commit | 77ca6c4c8483c22c6ba6200a94e9628671c82a3d (patch) | |
tree | ad04aa4c13ca4097b09d95a955c4ebe8c90e6820 /Doc | |
parent | 6b08a40442ca500c8e2073e012b51af66cab9c5a (diff) | |
download | cpython-77ca6c4c8483c22c6ba6200a94e9628671c82a3d.zip cpython-77ca6c4c8483c22c6ba6200a94e9628671c82a3d.tar.gz cpython-77ca6c4c8483c22c6ba6200a94e9628671c82a3d.tar.bz2 |
Warn abou missing mutate flag to ioctl. Fixes #696535.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index a394971..638eadb 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -669,6 +669,8 @@ changes to your code: system ID in the wrong order. This has been corrected; applications relying on the wrong order need to be fixed. +\item \function{fcntl.ioctl} now warns if the mutate arg is omitted. + \end{itemize} |