[issue2398] test_errno fails with unexpected error value EREMOTEIO

2008-03-18 Thread Andy Balaam
New submission from Andy Balaam [EMAIL PROTECTED]: Running test_errno on my 32-bit Ubuntu Gutsy machine gives me this: $ ./python Lib/test/test_errno.py test_for_improper_attributes (__main__.ErrnoAttributeTests) ... FAIL test_using_errorcode (__main__.ErrnoAttributeTests) ... ok

[issue2398] test_errno fails with unexpected error value EREMOTEIO

2008-03-18 Thread Brett Cannon
Brett Cannon [EMAIL PROTECTED] added the comment: Thanks for the patch, Andy, but I went ahead and fixed test_errno to only explicitly test errno values from Standard C. That way we are not constantly chasing our tail to support every errno value on every platform that Python runs on.

[issue2398] test_errno fails with unexpected error value EREMOTEIO

2008-03-18 Thread Andy Balaam
Andy Balaam [EMAIL PROTECTED] added the comment: Adding Brett Cannon since it looks like his checkin created the test which fails on my machine. Apologies if this is very bad etiquette. I couldn't find any guidelines about this in the developers' docs, but probably that's because I am

[issue2398] test_errno fails with unexpected error value EREMOTEIO

2008-03-18 Thread Andy Balaam
Andy Balaam [EMAIL PROTECTED] added the comment: Woah! fast response, and what looks like a much more sensible fix. Thanks Brett. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2398 __