Hacker News new | ask | show | jobs
by update 2774 days ago
python3 is breaking my heart. I upgraded my code from py2 to py3, and since then, seems like every 6 months my code will break due to a new python update (I'm on Fedora, fyi). Just last week a bunch of my python3 code stopped working for my IRC bot. I honestly regret switching to python 3 at this point.
1 comments

Python breaking here is separate from Python 3 breaking your code, just FYI.