◐ Shell
clean mode source ↗

Message 100365 - Python tracker

Oops, I realized that the second test is just useless. The argument is str, not bytes. I wanted to test Popen(bytes, shell=True). What is the right encoding to convert a string to bytes for the file system?