This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients matt, orsenthil, r.david.murray
Date 2011-03-01.03:17:49
SpamBayes Score 0.026034275
Marked as misclassified No
Message-id <20110301031739.GA2305@kevin>
In-reply-to <1298560030.09.0.737390688888.issue11306@psf.upfronthosting.co.za>
Content
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:
History
Date User Action Args
2011-03-01 03:17:51orsenthilsetrecipients: + orsenthil, matt, r.david.murray
2011-03-01 03:17:49orsenthillinkissue11306 messages
2011-03-01 03:17:49orsenthilcreate