Deprecation warnings in Python 2.6 when running twisted.conch.test.test_filetransfer
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from jml <[email protected]>: `/home/jml/src/twisted/trunk/twisted/conch/ssh/filetransfer.py:834: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6` {{{ twisted.conch.test.test_filetransfer TestConstants test_constantsAgainstSpec ... [OK] TestFileTransferClose test_clientClosesChannelOnConnnection ... [OK] test_sessionClose ... [OK] test_stopConnectionServiceClosesChannel ... [OK] TestOurServerOurClient testClosedFileGetAttrs ... [OK] /home/jml/src/twisted/trunk/twisted/conch/ssh/filetransfer.py:834: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 testDirectoryBad ... [OK] /home/jml/src/twisted/trunk/twisted/conch/ssh/filetransfer.py:834: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 testDirectoryCreation ... [OK] /home/jml/src/twisted/trunk/twisted/conch/ssh/filetransfer.py:834: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 testExtendedRequest ... [OK] testLinkDoesntExist ... [OK] /home/jml/src/twisted/trunk/twisted/conch/ssh/filetransfer.py:834: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 testLinkPath ... [OK] testLinkSharesAttrs ... [OK] testOpenDirectory ... [OK] testOpenFileAttributes ... [OK] testOpenFileIO ... [OK] testOpenFileSetAttrs ... [OK] testRemoveFile ... [OK] /home/jml/src/twisted/trunk/twisted/conch/ssh/filetransfer.py:834: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 testRenameFile ... [OK] testServerVersion ... [OK] test_openFileExtendedAttributes ... [OK] test_openedDirectoryClosedWithConnection ... [OK] test_openedFileClosedWithConnection ... [OK] }}} ---------- Type : defect Component: conch Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/3897