inducer / pudb

Full-screen console debugger for Python
https://documen.tician.de/pudb/
Other
3k stars 230 forks source link

Drop py2 #391

Closed inducer closed 4 years ago

asmeurer commented 4 years ago

I don't know if you want to remove any compatibility code.

Otherwise this looks fine. I think the main thing is the python_requires in the setup.py so that Python 2 pip will not try to install this version.

inducer commented 4 years ago

I don't know if you want to remove any compatibility code.

I thought about that, but I decided against the big crusade for now. That can either happen along the way or in one big batch later.

Otherwise this looks fine.

Thanks for taking a look! I'll merge it then.