Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing newline
  • Loading branch information
JosephSBoyle committed Mar 8, 2023
commit f5d7896df51e931d0ffba80f4ed83c88f367c9a4
1 change: 1 addition & 0 deletions Lib/email/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ def _make_boundary(cls, text=None):
def _compile_re(cls, s, flags):
return re.compile(s, flags)

Comment thread
AlexWaygood marked this conversation as resolved.

class BytesGenerator(Generator):
"""Generates a bytes version of a Message object tree.

Expand Down