Ticket #3431 enhancement closed fixed
Use of popen2 deprecated in py2.6
| Reported by: | thijs | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Python-2.6 |
| Component: | core | Keywords: | |
| Cc: | thijs, khorn, kelly | Branch: |
branches/remove-popen2-3431-2
(diff, github, buildbot, log) |
| Author: | kelly, exarkun | Launchpad Bug: |
Description
Trial reports DeprecationWarnings for popen2 in trunk/twisted/test/test_process.py. Deprecated in py2.6.
DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

