Ticket #5943 enhancement closed fixed

Opened 9 months ago

Last modified 9 months ago

Delete deprecated twisted.internet.interfaces.IReactorArbitrary and twisted.application.internet.Generic{Client,Server}

Reported by: exarkun Owned by: exarkun
Priority: normal Milestone: Python 3.3 Minimal
Component: core Keywords:
Cc: Branch:
Author: Launchpad Bug:

Description (last modified by exarkun) (diff)

They have been deprecated for a while, and they complicate Python 3 porting.

Change History

1

Changed 9 months ago by exarkun

  • description modified (diff)
  • summary changed from Delete deprecated twisted.internet.interfaces.IReactorArbitrary to Delete deprecated twisted.internet.interfaces.IReactorArbitrary and twisted.application.internet.Generic{Client,Server}

2

Changed 9 months ago by exarkun

  • status changed from new to closed
  • resolution set to fixed

(In [35539]) Merge interfaces-python3-5942

Author: exarkun Reviewer: itamar Fixes: #5942 Fixes: #5943 Fixes: #5944

Port twisted.internet.interfaces to Python 3. To simplify this, drop the two deprecated interfaces it previously offered, IReactorArbitrary and IFinishableConsumer. Also delete the deprecated services in twisted.application.internet which were based on IReactorArbitrary.

Note: See TracTickets for help on using tickets.