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 likes
Recipients Quigon, christian.heimes, d4rk1, georg.brandl, jafo, jfbastien, likes, zanella
Date 2008-07-23.16:47:52
SpamBayes Score 0.41949746
Marked as misclassified No
Message-id <1216831674.08.0.22267667073.issue1524@psf.upfronthosting.co.za>
In-reply-to
Content
in subprocess.py , 
change line 788: args = comspec + " /c " + args
             to: args = comspec + args
it will be ok.
History
Date User Action Args
2008-07-23 16:47:54likessetspambayes_score: 0.419497 -> 0.41949746
recipients: + likes, georg.brandl, jafo, christian.heimes, Quigon, zanella, jfbastien, d4rk1
2008-07-23 16:47:54likessetspambayes_score: 0.419497 -> 0.419497
messageid: <1216831674.08.0.22267667073.issue1524@psf.upfronthosting.co.za>
2008-07-23 16:47:53likeslinkissue1524 messages
2008-07-23 16:47:53likescreate