Old importer to be removed from code.
-------------------------------------

                 Key: MODPYTHON-221
                 URL: https://issues.apache.org/jira/browse/MODPYTHON-221
             Project: mod_python
          Issue Type: Task
          Components: importer
    Affects Versions: 3.3.1
            Reporter: Graham Dumpleton


The old module importer needs to be removed from code and new importer made the 
only option.

To do this the old importer and dispatch code in apache.py needs to be removed. 
The dispatch functions in importer.py should then be merged into apache.py. The 
main importer functionality can probably be left in importer.py.

The publisher.py code also has to be updated to use apache.import_module() once 
more and the cache.py file removed from the source distribution.

References to compatibility mode for old importer in documentation also need to 
be removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to