Author ezio.melotti
Recipients benjamin.peterson, ezio.melotti, georg.brandl, haypo, loewis, neologix, petri.lehtinen, pitrou, rhettinger, rosslagerwall
Date 2011-10-26.06:41:46
SpamBayes Score 1.18097e-06
Marked as misclassified No
Message-id <1319611307.67.0.266956628534.issue13263@psf.upfronthosting.co.za>
In-reply-to
Content
It would be fine for me to rename os.sched_get_priority_max() to os.sched.get_priority_max().
os.sched.sched_get_priority_max() is a bit redundant, and I think it's not to difficult to figure out that os.sched.get_priority_max() corresponds to the posix sched_get_priority_max() function, especially if we add a note to the doc (I'm only -0 about keeping the original name though).
Regarding the other functions that don't share a common prefix it's certainty better to keep the original name.
History
Date User Action Args
2011-10-26 06:41:47ezio.melottisetrecipients: + ezio.melotti, loewis, georg.brandl, rhettinger, pitrou, haypo, benjamin.peterson, neologix, rosslagerwall, petri.lehtinen
2011-10-26 06:41:47ezio.melottisetmessageid: <1319611307.67.0.266956628534.issue13263@psf.upfronthosting.co.za>
2011-10-26 06:41:47ezio.melottilinkissue13263 messages
2011-10-26 06:41:46ezio.melotticreate