summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-12-23 13:07:51 +0000
committerMartin v. Löwis <martin@v.loewis.de>2008-12-23 13:07:51 +0000
commit157834a31c88ab612d5fd83759a548e2fcf24c5b (patch)
tree0f5fe613c8e57bdbf5db0a0312a25341a12d733a /Misc
parent801e542d2a2f0354651cb1a6167ff9de8697a83c (diff)
downloadcpython-157834a31c88ab612d5fd83759a548e2fcf24c5b.tar.gz
Backport of r67908:
Added test case to ensure attempts to read from a file opened for writing fail.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f7ff496ca2..b581a7888e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,12 @@ What's New in Python 2.5.4?
*Release date: XX-XXX-2009*
+Core and builtins
+-----------------
+
+- Added test case to ensure attempts to read from a file opened for writing
+ fail.
+
What's New in Python 2.5.3?
===========================