Library
-------
+ - Issue #24594: Validates persist parameter when opening MSI database
+
+ - Issue #28047: Fixed calculation of line length used for the base64 CTE
+ in the new email policies.
+
+- Issue #27576: Fix call order in OrderedDict.__init__().
+
+- email.generator.DecodedGenerator now supports the policy keyword.
+
+- Issue #28027: Remove undocumented modules from ``Lib/plat-*``: IN, CDROM,
+ DLFCN, TYPES, CDIO, and STROPTS.
+
- Issue #27445: Don't pass str(_charset) to MIMEText.set_payload().
Patch by Claude Paroz.