Library
-------
+ - Issue #25590: In the Readline completer, only call getattr() once per
+ attribute.
+
- Issue #25498: Fix a crash when garbage-collecting ctypes objects created
- by wrapping a memoryview. This was a regression made in 3.4.3. Based
+ by wrapping a memoryview. This was a regression made in 3.5a1. Based
on patch by Eryksun.
+- Issue #25584: Added "escape" to the __all__ list in the glob module.
+
+- Issue #25584: Fixed recursive glob() with patterns starting with '\*\*'.
+
+- Issue #25446: Fix regression in smtplib's AUTH LOGIN support.
+
- Issue #18010: Fix the pydoc web server's module search function to handle
exceptions from importing packages.