[issue13263] Group some os functions in submodules

Ross Lagerwall report at bugs.python.org
Tue Oct 25 21:04:32 CEST 2011


Ross Lagerwall <rosslagerwall at gmail.com> added the comment:

Some functions would be easy to split off into separate modules conceptually like the sched_* functions and the cap_* functions (see #1615158).

However, certain groups of functions like the *at functions cover a lot of different functionality and don't really belong together.

Perhaps the only grouping that should be done is for functions that start with a common prefix like sched_* since they are basically in a C "namespace".

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13263>
_______________________________________


More information about the Python-bugs-list mailing list