]> granicus.if.org Git - python/commit
According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAIN
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 28 Jun 2006 05:03:22 +0000 (05:03 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 28 Jun 2006 05:03:22 +0000 (05:03 +0000)
commit7983c7298d2c1254bc17a5a1ab696bdf0360b63d
tree6307ab59927603b0a7ec4757a49ad61cad15281f
parent0350f81abeab76652790d24a6f65af25b36c18f7
According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAIN
can be returned if fcntl (lockf) fails.  This fixes the test failure
on Tru64 by checking for either error rather than just EAGAIN.
Lib/mailbox.py