Closed dsagal closed 6 years ago
Apparently in Python 2 the col_offset of With nodes starts after the "with " text, which is incorrect. It works correctly on Python 3. This PR fixes it for Python 2.
col_offset
With
Builds on PR #14 by @FuegoFro, with a different implementation and more testing.
Apparently in Python 2 the
col_offset
ofWith
nodes starts after the "with " text, which is incorrect. It works correctly on Python 3. This PR fixes it for Python 2.Builds on PR #14 by @FuegoFro, with a different implementation and more testing.