Path to this page:
Subject: CVS commit: pkgsrc/devel/py-subprocess32
From: Thomas Klausner
Date: 2019-05-27 16:42:25
Message id: 20190527144225.A0FFDF996@cvs.NetBSD.org
Log Message:
py-subprocess32: update to 3.5.4.
-----------------
2019-05-20 3.5.4
-----------------
* Promoted 3.5.4rc2 to become 3.5.4.
-----------------
2019-05-13 3.5.4rc2
-----------------
* GitHub [#57]: TimeoutExpired and CalledProcessError exceptions can now
be unpickled.
-----------------
2019-05-10 3.5.4rc1
-----------------
* GitHub [#61]: Backport the fixes for https://bugs.python.org/issue10963,
https://bugs.python.org/issue19612, and https://bugs.python.org/issue30418.
When a child process was so short lived it dies or closes its pipes before
you call communicate(). When supplying stdin or reading its output in
this scenario, do not raise an unexpected broken pipe or interrupted
system call exception.
Files: