The purpose of this file is to fill in the gaps where six is lacking support for some operation that we need.
Initially this just provides a replacement for the commands module which is no longer present in Python 3.
Differential D14162
Create Python library `seven` in lldbsuite.support zturner on Oct 28 2015, 3:23 PM. Authored by
Details
The purpose of this file is to fill in the gaps where six is lacking support for some operation that we need. Initially this just provides a replacement for the commands module which is no longer present in Python 3.
Diff Detail Event TimelineComment Actions Just one question on the python 3 return code for non-exceptional exit.
|
Is it correct to assume a 0 return code here? Couldn't we have output and have a non-zero status return that ins't a call exception?