The LDPC coding and decoding is perfectly compatible with Python 2.7, except in a few places where it uses the new Python 3-style .copy() method for lists (which is equivalent to the [:] slice notation for lists).
The change keeps the module compatible with both Python 2.7 and 3.
The LDPC coding and decoding is perfectly compatible with Python 2.7, except in a few places where it uses the new Python 3-style .copy() method for lists (which is equivalent to the [:] slice notation for lists).
The change keeps the module compatible with both Python 2.7 and 3.