Ticket #6041 enhancement closed fixed

Opened 8 months ago

Last modified 8 months ago

twisted.python.test.module_helpers import twisted.python.modules

Reported by: itamar Owned by: itamar
Priority: normal Milestone: Python 3.3 Minimal
Component: core Keywords:
Cc: Branch: branches/modulehelpers-py3-6041
Author: itamarst Launchpad Bug:

Description

Due to porting dependencies (twisted.python.modules hasn't yet been ported to Python 3), it would be useful for twisted.python.test.module_helpers to not import modules. The one function that depends on it is in any case only used in twisted.test.test_modules and can be easily moved.

Change History

1

Changed 8 months ago by itamarst

  • branch set to branches/modulehelpers-py3-6041
  • branch_author set to itamarst

(In [35896]) Branching to 'modulehelpers-py3-6041'

2

Changed 8 months ago by itamar

  • owner set to exarkun
  • keywords review added

3

Changed 8 months ago by exarkun

  • owner changed from exarkun to itamar
  • keywords review removed

Thanks. Looks good. Please merge.

4

Changed 8 months ago by itamarst

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

(In [35902]) Merge modulehelpers-py3-6041.

Author: itamar Review: exarkun Fixes: #6041

twisted.python.test.modules_helpers now works on Python 3.

Note: See TracTickets for help on using tickets.