Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python2 artifacts in Python3 syntax #11

Open
gate-tec opened this issue Dec 31, 2023 · 0 comments
Open

Python2 artifacts in Python3 syntax #11

gate-tec opened this issue Dec 31, 2023 · 0 comments

Comments

@gate-tec
Copy link

After the commit running 2-to-3 the base syntax of the scripts is now only supporting python3.x, however, there are some python2 exclusive expressions remaining.

For example the reference to string.letters in clean.py.

I haven't checked all files so there might be more instances of python2 expressions remaining.

For of now the current state of pdb_clean does not work on both python2 and python3.

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

No branches or pull requests

1 participant