HACKER Q&A
📣 tus88

Consolidated list of Python3 features since Python2?


As per title, is there a consolidated, comprehensive list of changes to Python3 since the first release, over Python2?

A lot of the "what's new in Python3" were written at past points like Python 3.5, it's now at Python 3.8. The latest release notes only cover the latest changes, but will miss everything before.


  👤 eesmith Accepted Answer ✓
How is what you want much different than the cumulative "What's new" for each 3.x release?

Certainly that will have too much information. u"" strings were in Python 2.x, removed in Python 3.0, and put back in a later version.

But there aren't many of those.