mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Merge #11555 as_string doc fix from 3.2.
This commit is contained in:
commit
ab1dfd68e1
2 changed files with 5 additions and 5 deletions
|
|
@ -157,8 +157,7 @@ class Message:
|
|||
header.
|
||||
|
||||
This is a convenience method and may not generate the message exactly
|
||||
as you intend because by default it mangles lines that begin with
|
||||
"From ". For more flexibility, use the flatten() method of a
|
||||
as you intend. For more flexibility, use the flatten() method of a
|
||||
Generator instance.
|
||||
"""
|
||||
from email.generator import Generator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue