Ticket #5983 enhancement closed fixed

Opened 9 months ago

Last modified 9 months ago

Port twisted.python.components to Python 3

Reported by: itamar Owned by: itamar
Priority: normal Milestone: Python 3.3 Minimal
Component: core Keywords:
Cc: Branch: branches/components-py3-5983
(diff, github, buildbot, log)
Author: itamarst Launchpad Bug:

Description

twisted.python.components is used e.g. by twisted.internet.protocol, so must be ported to Python 3.

Change History

1

Changed 9 months ago by itamarst

  • branch set to branches/components-py3-5983
  • branch_author set to itamarst

(In [35658]) Branching to 'components-py3-5983'

2

Changed 9 months ago by itamar

  • keywords review added
  • owner set to exarkun

3

Changed 9 months ago by exarkun

  • keywords review removed
  • owner changed from exarkun to itamar
  1. future imports
  2. test_addAdapter and test_setComponent say they test some cache related behavior, but they don't

Looks good otherwise. Please merge when the above are addressed.

4

Changed 9 months ago by itamarst

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

(In [35672]) Merge components-py3-5983.

Author: itamar Review: exarkun Fixes: #5983

Port twisted.python.components to Python 3, and improve test coverage.

Note: See TracTickets for help on using tickets.