Ticket #2161 (closed enhancement: duplicate)

Opened 19 months ago

Last modified 19 months ago

Twisted v11 throws deprecation warning for twisted.python.reflect.allYourBase

Reported by: ggolan Owned by:
Priority: minor Milestone: undecided
Version: 0.8.5 Keywords: master
Cc:

Description

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

Change History

comment:1 Changed 19 months ago by dustin

  • Status changed from new to closed
  • Resolution set to duplicate

It's a Twisted bug, that's been fixed:

 http://twistedmatrix.com/trac/ticket/5193

Note: See TracTickets for help on using tickets.