chris-belcher / electrum-personal-server

Maximally lightweight electrum server for a single user
MIT License
599 stars 109 forks source link

Python 2 compatibility still needed? #275

Open theStack opened 2 years ago

theStack commented 2 years ago

Python 2 has reached its end-of-life almost two and a half years ago (https://www.python.org/doc/sunset-python-2/), i.e. I would argue that all the compatibility code (e.g. sys.version_info.major == 2/sys.version.info.major == 3 branches) could be removed by now to simplify the code-base. Happy to help doing that if this gets a Concept ACK.

chris-belcher commented 2 years ago

Yep sounds good to me.