What’s New In Python 3.6¶ Editors: Elvis Pranskevichus <[email protected]>, Yury Selivanov <[email protected]> This article explains the new features in Python 3.6, compared to 3.5. Python 3.6 was released on December 23, 2016. See the changelog for a full list of changes. Summary – Release highlights¶ New syntax features: PEP 498, formatted string literals. PEP 515, underscores in numeric literals. PEP
