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
Python 2 is deprecated, and there are some gotcha when developing regex's with it compared to Python 3. I don't think many people use Python 2 anymore. I recommend adding a 2 after the python to help people not get bit by the same issues I have encountered, something like this:
mangelozzi
changed the title
Communicate the Python version on the website
Communicate the Python version on the website (Which is not python 3, its actually python 2)
Aug 9, 2024
Python 2 is deprecated, and there are some gotcha when developing regex's with it compared to Python 3. I don't think many people use Python 2 anymore. I recommend adding a 2 after the python to help people not get bit by the same issues I have encountered, something like this:
E.g. this regex from django:
Is valid in Python3, but this website says it's invalid, leading one to waste so much time trying to figure out the "error"
The text was updated successfully, but these errors were encountered: