Opened 16 years ago
Closed 16 years ago
#1635 enhancement closed duplicate (duplicate)
Completely replace t.p.c.Interface with z.i.Interface
Reported by: | Ralph Meijer | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Twisted-2.4 |
Component: | core | Keywords: | |
Cc: | Branch: | ||
Author: |
Description
twisted.python.components.Interface contains this snippet:
# Don't warn for use within twisted, because twisted classes must # not be switched to z.i.Interface yet, b/c we forgot to deprecate # the "default" kwarg to __call__. Also when t.p.c.Interface is # removed, the rest of twisted can be updated simultaneously. But # everyone else should just use z.i.Interface directly now.
The deprecation will take place in Twisted 2.3, so after that we can completely switch to zope.interface.Interface.
Change History (2)
comment:1 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Owner: | Glyph deleted |
---|
Note: See
TracTickets for help on using
tickets.
Grmbl. See #1636.