On Thu, Feb 24, 2011 at 03:07:10PM +0000, R. David Murray wrote:
> Creating a test for this may not be practical :(

Then should we just go ahead with this change as it seems reasonable
one.

-            elif e.errno == errno.EACCES:                                      
                                                                                
       
+            elif e.errno == errno.EACCES or e.errno == errno.EROFS:           

_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to