Ticket #5947 enhancement closed fixed

Opened 10 months ago

Last modified 9 months ago

Port twisted.internet.defer to Python 3

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

Description

defer.py should run under Python 3.3.

Change History

1

Changed 10 months ago by itamar

As part of this ticket we should make sure to re-enable the inlineCallbacks test for failure.Failure under Python 3.3.

2

Changed 9 months ago by itamarst

  • branch set to branches/defer-py3-5947
  • branch_author set to itamarst

(In [35589]) Branching to 'defer-py3-5947'

3

Changed 9 months ago by itamar

  • keywords review added
  • owner set to exarkun

4

Changed 9 months ago by exarkun

  • owner changed from exarkun to itamar
  • keywords review removed
  1. Some future imports needed on defer.py
  2. in failure.py, test_cleanFailureRemovesTracebackInPython3 could use getDivisionFailure, I think.

Seems good otherwise. Please fix these points and then merge.

5

Changed 9 months ago by itamarst

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

(In [35620]) Merge defer-py3-5947

Author: itamar Review: exarkun Fixes: #5947

Port twisted.internet.defer to Python 3.

Note: See TracTickets for help on using tickets.