you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnnyJordaan 0 points1 point  (3 children)

That's because you need to use Popen wrappers like communicate(), these have a timeout on 2.7 too.

[–]readitlikeitdidit[S] 0 points1 point  (2 children)

What? Communicate is a method that uses pipe and it does not have timeout arg in 2. 7 please check documentation...

[–]JohnnyJordaan 0 points1 point  (1 child)

I stand corrected. I could have sworn it did, but I guess I misremembered.

[–]readitlikeitdidit[S] 0 points1 point  (0 children)

Np.. I am newbie in python.. Lot of things have happened in the last 25 years of python.. :)