Opened 6 years ago
Closed 6 years ago
#5845 task closed wontfix (wontfix)
Use zope.interface class decorators in twisted/web
Reported by: | Vladimir Perić | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | Python-3.x |
Component: | web | Keywords: | |
Cc: | jknight | Branch: | |
Author: |
Description
After #5683 gets in, the uses of implements() should be changed to the new class decorator, @implementer, for Python 3 compatibility.
Change History (2)
comment:1 Changed 6 years ago by
Cc: | jknight added |
---|
comment:2 Changed 6 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
We're modifying module one by one, instead of doing a bulk change.