]> granicus.if.org Git - python/commit
Rewrite pipe code using subprocess, to make sure the
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 23 Mar 2006 18:16:43 +0000 (18:16 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 23 Mar 2006 18:16:43 +0000 (18:16 +0000)
commit83be9669c8c0009dadc0f1fbc0e07a1511223003
tree0fa63f755dbdd87c4b01716f9afacb985e0fd86f
parentd478f3453f1219e0e102d2d425550e3774e90d06
Rewrite pipe code using subprocess, to make sure the
child process is closed when the test completes.
Lib/test/test_quopri.py