[Python-checkins] cpython (merge 3.2 -> default): Merge 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/3700b4b85e54
changeset:   68076:3700b4b85e54
parent:      68074:6c5ded8be23f
parent:      68075:412f83bb9f51
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Mar 02 09:29:40 2011 -0500
summary:
  Merge NEWS entry for #11306.

files:
  Misc/NEWS

diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,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 #10924: Adding salt and Modular Crypt Format to crypt library.
   Moved old C wrapper to _crypt, and added a Python wrapper with
   enhanced salt generation and simpler API for password generation.

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


More information about the Python-checkins mailing list