Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: e9f4d8db5f30a9603fa0c005382bff78aa1ce232 https://github.com/python/cpython/commit/e9f4d8db5f30a9603fa0c005382bff78aa1ce232 Author: Mariatta <Mariatta at users.noreply.github.com> Date: 2017年06月16日 (2017年6月16日) Changed paths: M Lib/email/_policybase.py M Lib/test/test_email/test_generator.py M Misc/ACKS M Misc/NEWS Log Message: ----------- [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2233) If max_line_length=None is specified while using the Compat32 policy, it is no longer ignored.. (cherry picked from commit b459f7482612d340b88b62edc024628595ec6337)