Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

This script works only with Python 2 #43

Open
tappoz opened this issue Feb 19, 2020 · 1 comment
Open

This script works only with Python 2 #43

tappoz opened this issue Feb 19, 2020 · 1 comment

Comments

@tappoz
Copy link

tappoz commented Feb 19, 2020

Is it possible to make the code in a2sv.py compatible with Python 3? E.g. moving from print 'abc' to print('abc').

As an alternative the script could check at runtime the Python version with sys.version or sys.version_info[0] and stop the execution if not Python 2.

@w9w
Copy link

w9w commented Oct 24, 2020

2to3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants