Files
deb-python-taskflow/taskflow/tests/unit
Joshua Harlow b7eb26c546 Chain exceptions correctly on py3.x
In order to chain exceptions add a helper that can
be used to chain exceptions automatically (when able)
and use it in the various places we are already creating
a new exception with a prior cause so that on py3.x the
newly created exception has its 'cause' associated using
the syntax available to do chaining in py3.x (which formats
nicely as well in that python version).

Change-Id: Iffddb27dbfe80816d6032e4b5532a0011ceedc95
2015-02-20 18:36:55 +00:00
..
2014-02-22 17:16:29 +08:00
2015-02-10 15:36:03 -08:00