Library
-------
+ - Issue #12878: Expose a __dict__ attribute on io.IOBase and its subclasses.
+
- Issue #12636: IDLE reads the coding cookie when executing a Python script.
+- Issue #12494: On error, call(), check_call(), check_output() and
+ getstatusoutput() functions of the subprocess module now kill the process,
+ read its status (to avoid zombis) and close pipes.
+
+- Issue #12720: Expose low-level Linux extended file attribute functions in os.
+
- Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi
- now respect a --skip-build option given to bdist.
+ now respect a --skip-build option given to bdist. The packaging commands
+ were fixed too.
- Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
the C pickle implementation.