Ticket #5944 enhancement closed fixed

Opened 9 months ago

Last modified 9 months ago

Delete deprecated twisted.internet.interfaces.IFinishableConsumer

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

Description

It has been deprecated for a while and it complicates Python 3 porting.

Change History

1

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.