[Python-checkins] cpython (3.2): NEWS entry for #11306.

r.david.murray python-checkins at python.org
Wed Mar 2 16:20:51 CET 2011


http://hg.python.org/cpython/rev/412f83bb9f51
changeset:   68075:412f83bb9f51
branch:      3.2
parent:      68073:75541fc89b11
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Mar 02 09:19:11 2011 -0500
summary:
  NEWS entry for #11306.

files:
  Misc/NEWS

diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,10 @@
 Library
 -------
 
+- Issue #11306: mailbox in certain cases adapts to an inability to open
+  certain files in read-write mode.  Previously it detected this by
+  checking for EACCES, now it also checks for EROFS.
+
 - Issue #11074: Make 'tokenize' so it can be reloaded.
 
 - Issue #4681: Allow mmap() to work on file sizes and offsets larger than

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list