Re: [Python-Dev] os.ioprio_get() and os.ioprio_set()

2011-01-17 Thread Antoine Pitrou
On Mon, 17 Jan 2011 14:53:19 +0100 Giampaolo RodolĂ  wrote: > I've recently implemented this functionality in psutil: > http://code.google.com/p/psutil/issues/detail?id=147 > If desired, I can contribute a patch for the os module, altough being > such functions Linux-only, I'm not sure os module is

[Python-Dev] os.ioprio_get() and os.ioprio_set()

2011-01-17 Thread Giampaolo RodolĂ 
I've recently implemented this functionality in psutil: http://code.google.com/p/psutil/issues/detail?id=147 If desired, I can contribute a patch for the os module, altough being such functions Linux-only, I'm not sure os module is the right place for them to land. Also, I've been thinking about th