Library
-------
+ - Issue #29290: Fix a regression in argparse that help messages would wrap at
+ non-breaking spaces.
+
- Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
-- Issue #29316: Restore the provisional status of typing module, add
- corresponding note to documentation. Patch by Ivan L.
+- Issue #29197: Removed deprecated function ntpath.splitunc().
+
+- Issue #29210: Removed support of deprecated argument "exclude" in
+ tarfile.TarFile.add().
- Issue #29219: Fixed infinite recursion in the repr of uninitialized
ctypes.CDLL instances.