[issue10784] os.getpriority() and os.setpriority()

Senthil Kumaran orsenthil at gmail.com
Sat Feb 26 07:34:31 CET 2011


On Sat, Feb 26, 2011 at 12:11:10AM +0000, Antoine Pitrou wrote:
>     if err.errno != errno.EACCESS:
> AttributeError: 'module' object has no attribute 'EACCESS'

That was one 'S' too many.  Should be errno.EACCES
Looks like Antoine has fixed it in r88627.


More information about the Python-bugs-list mailing list