os.nice (or docs) BUG?

Erik Max Francis max at alcyone.com
Tue Jul 10 11:42:31 EDT 2001


Roman Suzi wrote:

> It's docs inaccuracy or os.nice() bug? Or glibc bug?

It's a bug in the documentation; os.nice is just returning the value
return by nice(2), which is platform dependent.  On Linux, it isn't the
new nice value.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ No man is more cheated than the selfish man.
\__/ Henry Ward Beecher
    Esperanto reference / http://mirror/alcyone/max/lang/esperanto/
 An Esperanto reference for English speakers.



More information about the Python-list mailing list