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 weeble
Recipients BreamoreBoy, benjamin.peterson, davidfraser, dstanek, ggenellina, tim.golden, weeble
Date 2010-11-08.10:58:27
SpamBayes Score 2.1841916e-07
Marked as misclassified No
Message-id <1289213923.54.0.0789267279027.issue2304@psf.upfronthosting.co.za>
In-reply-to
Content
Is there any way to write code that's safe with or without this fix? If I have code that currently does this:

subprocess.check_call('""c:\some path with spaces" arg1 arg2 "a quoted arg""', shell=True)

...will it break when running on a version of Python with this fix? Is there any good way to detect whether the running Python has this fix or not?
History
Date User Action Args
2010-11-08 10:58:43weeblesetrecipients: + weeble, davidfraser, ggenellina, dstanek, tim.golden, benjamin.peterson, BreamoreBoy
2010-11-08 10:58:43weeblesetmessageid: <1289213923.54.0.0789267279027.issue2304@psf.upfronthosting.co.za>
2010-11-08 10:58:28weeblelinkissue2304 messages
2010-11-08 10:58:27weeblecreate