Ticket #3986 enhancement closed duplicate
test_process.py # DeprecationWarning: The popen2 module is deprecated. Use the subprocess # module
| Reported by: | truekonrads | Owned by: | konrads |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | easy |
| Cc: | truekonrads | Branch: | |
| Author: | Launchpad Bug: |
Description
C:\Documents and Settings\Konrads\My Documents\Twisted\twisted\test\test_process.py:10: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import popen2
Patch attached. However, I am getting error from Python 2.5.2 interpreter: PASSED (skips=8, successes=66) Exception exceptions.AttributeError: "'NoneType' object has no attribute 'error'" in <bound method Popen.del of <subprocess.Popen object at 0x845d88c>> ignored.
It appears to be a known bug.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

