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 nvetoshkin
Recipients alfps, amaury.forgeotdarc, brian.curtin, dstanek, exarkun, ggenellina, nvetoshkin, schmir
Date 2011-03-11.12:54:00
SpamBayes Score 0.011744997
Marked as misclassified No
Message-id <1299848042.57.0.312116860661.issue8036@psf.upfronthosting.co.za>
In-reply-to
Content
Attached first attempt to close this issue. Are there enough checks? It passes:
os.spawnl(os.P_WAIT, '')
os.spawnl(os.P_WAIT, 'path')
os.spawnl(os.P_WAIT, 'path', '')
History
Date User Action Args
2011-03-11 12:54:02nvetoshkinsetrecipients: + nvetoshkin, exarkun, amaury.forgeotdarc, ggenellina, dstanek, schmir, brian.curtin, alfps
2011-03-11 12:54:02nvetoshkinsetmessageid: <1299848042.57.0.312116860661.issue8036@psf.upfronthosting.co.za>
2011-03-11 12:54:01nvetoshkinlinkissue8036 messages
2011-03-11 12:54:01nvetoshkincreate