10000 gh-135307: Fix email error when policy max_line_length is set to 0 or None by zangjiucheng · Pull Request #135367 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-135307: Fix email error when policy max_line_length is set to 0 or None #135367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix lint
  • Loading branch information
zangjiucheng committed Jun 10, 2025
commit 0a5f37921223070bf4c24835f2d1c0208c4a284d
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
:mod:`email`: Ensure policy accepts unlimited line lengths by
:mod:`email`: Ensure policy accepts unlimited line lengths by
treating 0 or :const:`None` as :data:`sys.maxsize`
Loading
0