Branch: refs/heads/master Home: https://github.com/python/cpython Commit: b459f7482612d340b88b62edc024628595ec6337 https://github.com/python/cpython/commit/b459f7482612d340b88b62edc024628595ec6337 Author: mircea-cosbuc <mircea-cosbuc at users.noreply.github.com> Date: 2017年06月11日 (2017年6月11日) 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) If max_line_length=None is specified while using the Compat32 policy, it is no longer ignored.