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 rcronk
Recipients Frans, lowell87, mramahi77, neyro, rcronk, vinay.sajip
Date 2009-06-10.16:15:19
SpamBayes Score 8.01596e-11
Marked as misclassified No
Message-id <1244650522.25.0.898554429593.issue4749@psf.upfronthosting.co.za>
In-reply-to
Content
I changed the script to use subprocess (attached file) and got the same 
rollover errors as before.  I had to change cd and del to be cd.bat and 
del.bat which contained cd %1 and del %1 respectively since it appears 
subprocess can't run internal commands like cd and del (unless you 
specify shell = True, which I thought might defeat the purpose of the 
test).

I will search around for this bug to see if it's already been entered.  
If the python developers decide not to fix this by wrapping os.system 
(and I guess subprocess.Popen too) with locks to prevent this error, 
then I agree that it should at least be well documented.
History
Date User Action Args
2009-06-10 16:15:22rcronksetrecipients: + rcronk, vinay.sajip, mramahi77, lowell87, neyro, Frans
2009-06-10 16:15:22rcronksetmessageid: <1244650522.25.0.898554429593.issue4749@psf.upfronthosting.co.za>
2009-06-10 16:15:20rcronklinkissue4749 messages
2009-06-10 16:15:20rcronkcreate