Berker Peksag added the comment:
Thanks for the report and for the patch! This is a duplicate of issue 2350.
Note that we accept patches from hg.python.org, not standalone Python files.
See http://cpython-devguide.readthedocs.io/en/latest/patch.html for details.
--
nosy: +berker.peksag
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
sev