Edgewall Software

Opened 6 years ago

Last modified 4 years ago

#13025 closed enhancement

Use importlib.import_module rather than __import__ — at Initial Version

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.3.6
Component: general Version:
Severity: normal Keywords: python3
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

On trunk, where we support only Python 2.7, we can use importlib. The module is recommended over use of __import__.

Change History (0)

Note: See TracTickets for help on using tickets.