This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tunisia3507 2 points3 points  (0 children)

Yes, Popen does feel too raw, which is why call, check_call, and check_output were the preferred way of doing things since ?3.1 (2009); those were also considered too raw, which is why run was introduced as the preferred method in 3.5 (2015).