summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-06-03 12:47:26 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-06-03 12:47:26 (GMT)
commit77ca6c4c8483c22c6ba6200a94e9628671c82a3d (patch)
treead04aa4c13ca4097b09d95a955c4ebe8c90e6820 /Misc
parent6b08a40442ca500c8e2073e012b51af66cab9c5a (diff)
downloadcpython-77ca6c4c8483c22c6ba6200a94e9628671c82a3d.zip
cpython-77ca6c4c8483c22c6ba6200a94e9628671c82a3d.tar.gz
cpython-77ca6c4c8483c22c6ba6200a94e9628671c82a3d.tar.bz2
Warn abou missing mutate flag to ioctl. Fixes #696535.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a4dd8a1..304c3be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -214,6 +214,8 @@ Core and builtins
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,