[Python-3000] PEP 3108 - stdlib reorg/cleanup

Brett Cannon brett at python.org
Tue Apr 29 23:08:41 CEST 2008


On Tue, Apr 29, 2008 at 8:05 AM, Alex Martelli <aleaxit at gmail.com> wrote:
[SNIP - Alex's well-argued reasons to keep sched]

>  And then, if needed, we can discuss pure simulation (as opposed to
>  simulation-testing of systems designed to normally use the "real"
>  sched). But already it seems to me there are plenty of use cases to
>  justify retaining sched in the library...!

OK, sched stays. Do you need mutex to stay as-is, get rolled into
sched, or can we still ditch that module (at least publicly)?

-Brett


More information about the Python-3000 mailing list