summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-12-23 13:10:43 +0000
committerMartin v. Löwis <martin@v.loewis.de>2008-12-23 13:10:43 +0000
commitddfe86b3c84d6d7b20968483bd7e68d31be0711b (patch)
tree55e43fa6f90900e2d2e2a4257ac1e1d874182d6e /Misc
parent157834a31c88ab612d5fd83759a548e2fcf24c5b (diff)
downloadcpython-ddfe86b3c84d6d7b20968483bd7e68d31be0711b.tar.gz
Revert patch for #1706039, as it can crash the interpreter.
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.