[issue3352] Deficiencies in multiprocessing/threading API

Jesse Noller report at bugs.python.org
Tue Aug 19 20:20:54 CEST 2008


Jesse Noller <jnoller at gmail.com> added the comment:

>
> Nick Coghlan <ncoghlan at gmail.com> added the comment:
>
> Note regarding those comments - only the exitcode one is something we
> should try to get sorted for the beta. Backing out the deprecation
> warnings and cleaning up the documentation can wait for the first
> release candidate.
>

Would it be acceptable to add a doc note mentioning .exitcode() may
block rather than changing it back to the get_exitcode method? It's
not that it's hard - but I do like the consistency of the
property-style interface.

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


More information about the Python-bugs-list mailing list