util/ExceptionHandler.py
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
2022-07-17 Edouard Tisserant wxPython4 sequels: fix Wx exceptions ignored because no traceback
2022-03-29 Edouard Tisserant IDE: in case of unhandled exception, write bug report to given log file, so that test report can have it. wxPython4
2021-09-02 Edouard Tisserant Preliminary support for WxPython 4.1.0. Needs more testing. Grid selection/focus seems broken, and probably many other bugs hidden in dialogs and editors. wxPython4
2018-02-20 Edouard Tisserant PEP8 and PyLint conformance: whitespaces and stuff
2018-02-16 Edouard Tisserant Fixed Exception dialog disapearing after a view second when exception occurs during app startup.
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-08-25 Andrey Skvortsov unify exception handling of Beremiz and PLCOpenEditor