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 jnoller
Recipients barry, benjamin.peterson, jnoller, mishok13, ncoghlan
Date 2008-08-19.18:20:52
SpamBayes Score 3.505906e-06
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
>
> Nick Coghlan <[email protected]> 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.
History
Date User Action Args
2008-08-19 18:20:55jnollersetrecipients: + jnoller, barry, ncoghlan, benjamin.peterson, mishok13
2008-08-19 18:20:53jnollerlinkissue3352 messages
2008-08-19 18:20:52jnollercreate