[Buildbot-commits] [Buildbot] #2161: Twisted v11 throws deprecation warning for twisted.python.reflect.allYourBase

Buildbot nobody at buildbot.net
Fri Dec 2 18:37:17 UTC 2011


#2161: Twisted v11 throws deprecation warning for
twisted.python.reflect.allYourBase
------------------------+-----------------------
Reporter:  ggolan       |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  minor        |  Milestone:  undecided
 Version:  0.8.5        |   Keywords:  master
------------------------+-----------------------
 I see a large number of deprecation exceptions thrown by Twisted v11
 saying that {{{twisted.python.reflect.allYourBase}}} has been deprecated
 and to use {{{inspect.getmro}}} instead. This is mostly an annoyance since
 I could ignore all deprecation exceptions but I worry about masking other
 dependencies throwing useful deprecation exceptions.

 {{{
 2011-12-02 10:31:48-0800 [-] /usr/lib/python2.6/site-
 packages/Twisted-11.0.0-py2.6-linux-
 x86_64.egg/twisted/persisted/styles.py:160: exceptions.DeprecationWarning:
 twisted.python.reflect.allYourBase was deprecated in Twisted 11.0.0;
 please use inspect.getmro instead
 }}}

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2161>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list