asyncio subprocess PIPE output lost

2014-08-19 Thread yuzhichang
Hi all, I'm new to asyncio introduced by Python 3.4. I created two tasks each pings a host. I noticed some pieces of output will be lost(see "error: found icmp_seq gap"). If I changed to run only one task, this problem never occur. Do you have any idea? Thanks! Zhichang zhichyu@cto-t

Re: asyncio subprocess PIPE output lost

2014-08-19 Thread yuzhichang
On Wednesday, August 20, 2014 1:08:17 AM UTC+8, Kushal Kumaran wrote: > On Tue, Aug 19, 2014 at 1:09 PM, yuzhichang wrote: > > > Hi all, > > > I'm new to asyncio introduced by Python 3.4. I created two tasks each > > pings a host. I noticed some pieces o

Is pexpect unmaintained now?

2009-11-16 Thread yuzhichang
Pexpect 2.4 is only available at Pypi. Both the homepage of pexpect(http://www.noah.org/wiki/Pexpect) and download page (http://sourceforge.net/projects/pexpect/files/) are outdated. The repository on Github (http://github.com/noahspurrier/pexpect/) has been removed. I ever contacted the author(n.

Re: Where to find pexpect

2009-11-20 Thread yuzhichang
; > Does someone know the current location? > > maybe they removed the distribution so you may use "subprocess" :o) > > JM http://pexpect.sourceforge.net seems outdated. I've forked, ported to Python 3.1, and added more features to pexpect. See http://github.com/yuzhich

Re: Is pexpect unmaintained now?

2009-11-20 Thread yuzhichang
On 11月17日, 上午11时40分, yuzhichang wrote: > Pexpect2.4 is only available at Pypi. Both the homepage > ofpexpect(http://www.noah.org/wiki/Pexpect) and download page > (http://sourceforge.net/projects/pexpect/files/) are outdated. The > repository on Github (http://github.com/noahspur