mirror of
https://github.com/python/cpython.git
synced 2026-05-15 00:48:35 -04:00
fed8d73fde
* 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. --------- Co-authored-by: Nikita Sobolev <mail@sobolevn.me>