Patch by Giampaolo Rodola'.
Library
-------
+ - Issue #16329: Add .webm to mimetypes.types_map. Patch by Giampaolo Rodola'.
+
- Issue #13952: Add .csv to mimetypes.types_map. Patch by Geoff Wilson.
+- Issue #26587: the site module now allows .pth files to specify files to be
+ added to sys.path (e.g. zip files).
+
+- Issue #25609: Introduce contextlib.AbstractContextManager and
+ typing.ContextManager.
+
- Issue #26709: Fixed Y2038 problem in loading binary PLists.
- Issue #23735: Handle terminal resizing with Readline 6.3+ by installing our