diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-23 13:10:43 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-23 13:10:43 (GMT) |
commit | 3c08e45b70ddce2d702d3bcb67612682bf551845 (patch) | |
tree | fdd567a22d1fbee853fdbb97e65f3ae8f19be97c /Misc | |
parent | edf14317e32ae945d9b1fe554a7be6ed3dde2834 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |