summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-12-23 13:10:43 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-12-23 13:10:43 (GMT)
commit3c08e45b70ddce2d702d3bcb67612682bf551845 (patch)
treefdd567a22d1fbee853fdbb97e65f3ae8f19be97c /Misc
parentedf14317e32ae945d9b1fe554a7be6ed3dde2834 (diff)
downloadcpython-3c08e45b70ddce2d702d3bcb67612682bf551845.zip
cpython-3c08e45b70ddce2d702d3bcb67612682bf551845.tar.gz
cpython-3c08e45b70ddce2d702d3bcb67612682bf551845.tar.bz2
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 b581a78..d4cce5b 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.