Message105844
pitou> Why wouldn't you give byte variables in env too?
Ok, attached patch canonicalize env keys and values to bytes. If a variable is defined twice (str name, bytes name), a ValueError is raised.
The patch depends on #8513: it requires that os.get_exec_path() is patched to support b'PATH' key. |
|
| Date |
User |
Action |
Args |
| 2010-05-16 02:22:49 | vstinner | set | recipients:
+ vstinner, pitrou, Arfrever |
| 2010-05-16 02:22:49 | vstinner | set | messageid: <[email protected]> |
| 2010-05-16 02:22:48 | vstinner | link | issue8640 messages |
| 2010-05-16 02:22:47 | vstinner | create | |
|