mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
[3.13] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277) (GH-120279)
(cherry picked from commit 7c016deae6)
Co-authored-by: Clinton <pygeek@users.noreply.github.com>
This commit is contained in:
parent
4bca4e58af
commit
f6689d91b2
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ Here is the :class:`Header` class description:
|
|||
The maximum line length can be specified explicitly via *maxlinelen*. For
|
||||
splitting the first line to a shorter value (to account for the field header
|
||||
which isn't included in *s*, e.g. :mailheader:`Subject`) pass in the name of the
|
||||
field in *header_name*. The default *maxlinelen* is 76, and the default value
|
||||
field in *header_name*. The default *maxlinelen* is 78, and the default value
|
||||
for *header_name* is ``None``, meaning it is not taken into account for the
|
||||
first line of a long, split header.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue