This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rosslagerwall
Recipients benjamin.peterson, ezio.melotti, georg.brandl, loewis, neologix, petri.lehtinen, pitrou, rhettinger, rosslagerwall, vstinner
Date 2011-10-25.19:04:31
SpamBayes Score 6.475281e-10
Marked as misclassified No
Message-id <1319569472.49.0.940311252051.issue13263@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2011-10-25 19:04:32rosslagerwallsetrecipients: + rosslagerwall, loewis, georg.brandl, rhettinger, pitrou, vstinner, benjamin.peterson, ezio.melotti, neologix, petri.lehtinen
2011-10-25 19:04:32rosslagerwallsetmessageid: <1319569472.49.0.940311252051.issue13263@psf.upfronthosting.co.za>
2011-10-25 19:04:31rosslagerwalllinkissue13263 messages
2011-10-25 19:04:31rosslagerwallcreate