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 vstinner
Recipients berker.peksag, cgohlke, eryksun, ezio.melotti, paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-14.12:59:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473857997.08.0.816155901695.issue28114@psf.upfronthosting.co.za>
In-reply-to
Content
Berker and/or Eryksun: Please write unit tests for your patch. I just added a new SpawnTests to test_os which tests all os.spawn*() functions.

Please add at least one unit test with env contains a bytes key/value entry. Maybe add a use_bytes=False parameter to create_args() to use bytes for the variable added by the test?
History
Date User Action Args
2016-09-14 12:59:57vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ezio.melotti, cgohlke, python-dev, berker.peksag, zach.ware, serhiy.storchaka, eryksun, steve.dower
2016-09-14 12:59:57vstinnersetmessageid: <1473857997.08.0.816155901695.issue28114@psf.upfronthosting.co.za>
2016-09-14 12:59:57vstinnerlinkissue28114 messages
2016-09-14 12:59:57vstinnercreate