[Python-ideas] Add setpriority / getpriority to os module.

Alexandre Vassalotti alexandre at peadrop.com
Tue Apr 21 04:45:27 CEST 2009


On Tue, Apr 7, 2009 at 9:12 PM, Christian Heimes <lists at cheimes.de> wrote:
> Hello,
>
> I would like to add straight forward wrapper for the setpriority and
> getpriority functions to posixmodule.c for the os module.

Wouldn't it be better to add these functions to the 'resource' module?

Cheers,
-- Alexandre



More information about the Python-ideas mailing list