New submission from ProgVal: Hi,
Here is a fixer to remove "import exceptions" from Python 2 code and replace "exceptions.X" with "X". Valentin ---------- components: 2to3 (2.x to 3.x conversion tool) files: fix_import_exceptions.py messages: 282787 nosy: Valentin.Lorentz priority: normal severity: normal status: open title: Add fixer for "import exceptions" type: enhancement versions: Python 3.5, Python 3.6, Python 3.7 Added file: http://bugs.python.org/file45817/fix_import_exceptions.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28922> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com