commit | 3c08e45b70ddce2d702d3bcb67612682bf551845 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Dec 23 13:10:43 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Dec 23 13:10:43 2008 +0000 |
tree | fdd567a22d1fbee853fdbb97e65f3ae8f19be97c | |
parent | edf14317e32ae945d9b1fe554a7be6ed3dde2834 [diff] [blame] |
Revert patch for #1706039, as it can crash the interpreter.
diff --git a/Misc/NEWS b/Misc/NEWS index b581a78..d4cce5b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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.