Deprecation warnings in Python 2.6 when importing test_process
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from jml <[email protected]>: Python 2.6 rasies a deprecation warning when importing `twisted.test.test_process`. This happens pretty much every time I run any subset of tests in Twisted. {{{ /home/jml/src/twisted/trunk/twisted/test/test_process.py:10: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module. }}} ---------- Type : defect Component: core Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/3900