8000 [3.12] gh-120276: Fix incorrect email.header.Header maxlinelen defaul… · python/cpython@b134f47 · GitHub
[go: up one dir, main page]

Skip to content

Commit b134f47

Browse files
[3.12] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277) (GH-120278)
(cherry picked from commit 7c016de) Co-authored-by: Clinton <pygeek@users.noreply.github.com>
1 parent 58657d0 commit b134f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/email.header.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Here is the :class:`Header` class description:
7777
The maximum line length can be specified explicitly via *maxlinelen*. For
7878
splitting the first line to a shorter value (to account for the field header
7979
which isn't included in *s*, e.g. :mailheader:`Subject`) pass in the name of the
80-
field in *header_name*. The default *maxlinelen* is 76, and the default value
80+
field in *header_name*. The default *maxlinelen* is 78, and the default value
8181
for *header_name* is ``None``, meaning it is not taken into account for the
8282
first line of a long, split header.
8383

0 commit comments

Comments
 (0)
0