summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-03-18 12:20:15 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-03-18 12:20:15 (GMT)
commitd43ca3b3954e47a113a160ac125e3a774b1edb6e (patch)
treec553afa000ef64b1ac95ccce3c1be57676355c37 /Lib
parent496ad271867d79925f94492939ba64285d7f796c (diff)
downloadcpython-d43ca3b3954e47a113a160ac125e3a774b1edb6e.zip
cpython-d43ca3b3954e47a113a160ac125e3a774b1edb6e.tar.gz
cpython-d43ca3b3954e47a113a160ac125e3a774b1edb6e.tar.bz2
norwitz-amd64 (gentoo) has EREMOTEIO.
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/test/test_errno.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_errno.py b/Lib/test/test_errno.py
index cab5f33..7dc48a4 100755
--- a/Lib/test/test_errno.py
+++ b/Lib/test/test_errno.py
@@ -28,7 +28,7 @@ errors = ['E2BIG', 'EACCES', 'EADDRINUSE', 'EADDRNOTAVAIL', 'EADV',
'ENOTTY', 'ENOTUNIQ', 'ENXIO', 'EOPNOTSUPP',
'EOVERFLOW', 'EPERM', 'EPFNOSUPPORT', 'EPIPE',
'EPROTO', 'EPROTONOSUPPORT', 'EPROTOTYPE',
- 'ERANGE', 'EREMCHG', 'EREMOTE', 'ERESTART',
+ 'ERANGE', 'EREMCHG', 'EREMOTE', 'EREMOTEIO', 'ERESTART',
'EROFS', 'ESHUTDOWN', 'ESOCKTNOSUPPORT', 'ESPIPE',
'ESRCH', 'ESRMNT', 'ESTALE', 'ESTRPIPE', 'ETIME',
'ETIMEDOUT', 'ETOOMANYREFS', 'ETXTBSY', 'EUNATCH',