summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
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 b581a7888e..d4cce5b3c8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5.4?
Core and builtins
-----------------
+- Revert patch for #1706039, as it can crash the interpreter.
+
- Added test case to ensure attempts to read from a file opened for writing
fail.