Ticket #2161 (closed enhancement: duplicate)
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
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
It's a Twisted bug, that's been fixed: