Some of these features are very new, and depend on the new parser that came with 3.9.
frozenset
zoneinfo
Actual proper IANA time zone support
|
or |=
(in-place), works on most dictionary-like types (defaultdict, lists of 2-tuples, etc.)
removesuffix
/prefix
.strip
does weird, unexpected stuff"new cool features in Python".strip(" in Python")
-> "ew cool features"
"new cool features in Python".removesuffix(" Python")
HOORAY!!