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 benjamin.peterson
Recipients benjamin.peterson
Date 2017-12-28.17:44:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514483083.55.0.213398074469.issue32441@psf.upfronthosting.co.za>
In-reply-to
Content
os.dup2 currently always None. However, the underlying standard Unix function returns the new file descriptor (i.e., the second argument) on success. We should follow that convention, too.
History
Date User Action Args
2017-12-28 17:44:43benjamin.petersonsetrecipients: + benjamin.peterson
2017-12-28 17:44:43benjamin.petersonsetmessageid: <1514483083.55.0.213398074469.issue32441@psf.upfronthosting.co.za>
2017-12-28 17:44:43benjamin.petersonlinkissue32441 messages
2017-12-28 17:44:43benjamin.petersoncreate