summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a3b3a6c..1632b65 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -94,6 +94,10 @@ Tests
Windows
-------
+- file.truncate() could misbehave if the file was open for update
+ (modes r+, rb+, w+, wb+), and the most recent file operation before
+ the truncate() call was an input operation. SF bug 801631.
+
Mac
----