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 kbk
Recipients Pooja, kbk
Date 2007-12-28.04:58:35
SpamBayes Score 0.28070566
Marked as misclassified No
Message-id <1198817915.6.0.119772685048.issue1599@psf.upfronthosting.co.za>
In-reply-to
Content
Worked for me on Arch GNU/Linux 
using IDLE 2.6a0.  What OS and 
Version 
are you running?  Does it fail for

foo.py:
 def foo():
   pass

>>> import os
>>> os.spawnv(os.P_NOWAIT, 
'foo.py', '')
5026
>>>
History
Date User Action Args
2007-12-28 04:58:35kbksetspambayes_score: 0.280706 -> 0.28070566
recipients: + kbk, Pooja
2007-12-28 04:58:35kbksetspambayes_score: 0.280706 -> 0.280706
messageid: <1198817915.6.0.119772685048.issue1599@psf.upfronthosting.co.za>
2007-12-28 04:58:35kbklinkissue1599 messages
2007-12-28 04:58:35kbkcreate