We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc31373 commit 37f13dbCopy full SHA for 37f13db
1 file changed
Doc/whatsnew/3.15.rst
@@ -914,6 +914,16 @@ faulthandler
914
(Contributed by Eric Froemling in :gh:`149085`.)
915
916
917
+email
918
+-----
919
+
920
+* Email generators now raise an error when an :class:`.EmailMessage` cannot be
921
+ accurately flattened due to a non-ASCII email address (mailbox) in an address
922
+ header. Options for supporting Email Address Internationalization (EAI) are
923
+ discussed in :attr:`.EmailPolicy.utf8`.
924
+ (Contributed by R David Murray and Mike Edmunds in :gh:`122540`.)
925
926
927
functools
928
---------
929
0 commit comments