1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# Python Compatibility
PyCdlib works equally well with Python 2.7 and Python 3.4+. The [test suite](design.md#testing) ensures that the core PyCdlib code works with both flavors of Python. Note that all of the command-line tools use Python 3 by default.
---
<div style="width: 100%; display: table;">
<div style="display: table-row;">
<div style="width: 33%; display: table-cell; text-align: left;">
<a href="standards.html"><-- Standards</a>
</div>
<div style="width: 33%; display: table-cell; text-align: center;">
<a href="https://clalancette.github.io/pycdlib/">Top</a>
</div>
<div style="width: 33%; display: table-cell; text-align: right;">
<a href="examples.html">Examples --></a>
</div>
</div>
|