whitespace is a substring of smallest leading whitespace.
Based on patch by Robert Li.
Library
-------
-- Issue #25471: Sockets returned from accept() shouldn't appear to be
- nonblocking.
+ - Issue #21827: Fixed textwrap.dedent() for the case when largest common
+ whitespace is a substring of smallest leading whitespace.
+ Based on patch by Robert Li.
+
+- Issue #25447: The lru_cache() wrapper objects now can be copied and pickled
+ (by returning the original object unchanged).
+
+- Issue #25390: typing: Don't crash on Union[str, Pattern].
- Issue #25441: asyncio: Raise error from drain() when socket is closed.