commit | 77ca6c4c8483c22c6ba6200a94e9628671c82a3d | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Jun 03 12:47:26 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Jun 03 12:47:26 2004 +0000 |
tree | ad04aa4c13ca4097b09d95a955c4ebe8c90e6820 | |
parent | 6b08a40442ca500c8e2073e012b51af66cab9c5a [diff] [blame] |
Warn abou missing mutate flag to ioctl. Fixes #696535.
diff --git a/Misc/NEWS b/Misc/NEWS index a4dd8a1..304c3be 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -214,6 +214,8 @@ Extension modules ----------------- +- fcntl.ioctl now warns if the mutate flag is not specified. + - nt now properly allows to refer to UNC roots, e.g. in nt.stat(). - the weakref module now supports additional objects: array.array,