You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pythongh-118455: Fix mangle_from_ default value in email.policy.Policy.__doc__ (pythonGH-118456)
* Fix mangle_from_ default value in email.policy.Policy.__doc__
The docstring says it defaults to True, but it actually defaults
to False. Only the Compat32 subclass overrides that.
---------
(cherry picked from commit fed8d73)
Co-authored-by: wim glenn <[email protected]>
Co-authored-by: Nikita Sobolev <[email protected]>
0 commit comments