Changes between and of Initial VersionVersion 2Ticket #5979
- Timestamp:
- 09/14/2012 06:00:57 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5979
- Property summary changed from Make `twisted.internet.epollreactor` import on Python 3 to Make `twisted.internet.reactor` import on Python 3
- Property branch changed from to branches/epollreactor-py3-5979
- Property branch_author changed from to itamarst
-
Ticket #5979 – description
initial v2 1 1 Given the interleaved nature of `twisted.internet` and its tests, we probably can't port modules in isolation. Instead, we should first make the modules necessary for the basic reactor importable. Then when we port module by module, we can do so without having broken imports make it impossible. 2 3 I chose epollreactor as the representative reactor because it is the default on Linux, our target platform.
