diff options
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/ACKS | 1 | ||||
| -rw-r--r-- | Misc/NEWS | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -417,6 +417,7 @@ Greg Kochanski Damon Kohler Joseph Koshy Maksim Kozyarchuk +Stefan Krah Bob Kras Holger Krekel Michael Kremer @@ -12,6 +12,11 @@ What's New in Python 2.7 alpha 3? Core and Builtins ----------------- +- Issue #5677: Explicitly forbid write operations on read-only file objects, + and read operations on write-only file objects. On Windows, the system C + library would return a bogus result; on Solaris, it was possible to crash + the interpreter. Patch by Stefan Krah. + - Issue #7853: Normalize exceptions before they are passed to a context managers __exit__ method. |
