Message106149
What if os.system(), os.execvp() and friends used "wcstombs" (or locale.preferredencoding) to convert arguments from unicode to bytes? this would at least guarantee round-trip when spawning another python interpreter.
An interesting test is to compare the effects of os.unlink(filename) and os.system('rm "%s"' % filename), where filename is non-ascii. Does it work today? |
|
Date |
User |
Action |
Args |
2010-05-20 12:57:33 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, loewis, ronaldoussoren, mark.dickinson, vstinner, MrJean1, rpetrov, michael.foord, slmnhq |
2010-05-20 12:57:33 | amaury.forgeotdarc | set | messageid: <1274360253.08.0.657388853522.issue4388@psf.upfronthosting.co.za> |
2010-05-20 12:57:31 | amaury.forgeotdarc | link | issue4388 messages |
2010-05-20 12:57:31 | amaury.forgeotdarc | create | |
|