Message120727
| 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? |
|