Ezio Melotti <ezio.melo...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13263>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to