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 ohuiginn
Recipients
Date 2007-06-06.18:41:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Thanks for the reply, Collin. Perhaps something like:
Note: The value stored in returncode may be out-of-date. Use poll() to reliably find the current return code.

Alternatively, would it be possible to leave it out completely [and move the explanation of what return codes mean up into the description of poll()]? I can´t imagine many situations where it is a good idea to check returncode directly, and as I understand it the module documentation only covers variables that are useful to the outside world.
History
Date User Action Args
2007-08-23 14:54:11adminlinkissue1727024 messages
2007-08-23 14:54:11admincreate