Library
-------
-- Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments.
+ - Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
+ bytes until end of data.
+
+- logging: added support for Unix domain sockets to SocketHandler and
+ DatagramHandler.
+
+- Issue #18996: TestCase.assertEqual() now more cleverly shorten differing
+ strings in error report.
+
+- Issue #19034: repr() for tkinter.Tcl_Obj now exposes string reperesentation.
+
+- Issue #18978: ``urllib.request.Request`` now allows the method to be
+ indicated on the class and no longer sets it to None in ``__init__``.
+
+- Issue #18626: the inspect module now offers a basic command line
+ introspection interface (Initial patch by Claudiu Popa)
- Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call
returned empty string.