Changes between and of Initial VersionVersion 3Ticket #5683
- Timestamp:
- 06/20/2012 04:31:54 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5683
- Property cc thijs added
-
Ticket #5683 – description
initial v3 3 3 As part of Python 3 support we should probably switch to the new style. It was added in zope.interface 3.6, in 2010, so switching completely doesn't seem like an issue: http://pypi.python.org/pypi/zope.interface/3.6.0#id5 4 4 5 Using class decorators shouldn't be a problem post-12.1, since we'll have dropped Python 2.5 support by then .5 Using class decorators shouldn't be a problem post-12.1, since we'll have dropped Python 2.5 support by then (#5553). 6 6 7 7 We should ensure Twisted mentions it requires zope.interface 3.6 in the appropriate places (import time, dependency documentation).
