Message157800
If fylesystem doesn't support unicode (only Windows directly does as I know) str filename should to be converted by `sys.getfilesystemencoding()`. `os.exec` family already does it as well as other fs functions — but they are supports bytes also.
Mayby deprecation bytes for high-level Popen is good idea. |
|
| Date |
User |
Action |
Args |
| 2012-04-08 17:50:21 | asvetlov | set | recipients:
+ asvetlov, holdenweb, csernazs, ncoghlan, vstinner, dstanek, larry, eric.smith, giampaolo.rodola, eric.araujo, Arfrever, r.david.murray, brian.curtin, cvrebert, Alexander.Belopolsky |
| 2012-04-08 17:50:21 | asvetlov | set | messageid: <[email protected]> |
| 2012-04-08 17:50:20 | asvetlov | link | issue7839 messages |
| 2012-04-08 17:50:20 | asvetlov | create | |
|