| Notable parts of this release (IMO): * Data classes (https://docs.python.org/3.7/library/dataclasses.html) * New breakpoint() builtin (https://docs.python.org/3.7/library/functions.html#breakpoin...) * Dictionaries preserve insertion order. (Implemented in 3.6, but now is part of the official spec.) |
Another notable part of this release is type annotations:
https://www.python.org/dev/peps/pep-0560/