You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: