Skip to content

Commit

Permalink
Capture undesirable behavior.
Browse files Browse the repository at this point in the history
Ref #23
  • Loading branch information
jaraco committed Aug 31, 2024
1 parent 4e0ab18 commit e302161
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ class Message(email.message.Message):
>>> md = Message.discover()
>>> md['Summary']
'A zero-config Python project build backend'
>>> msg = Message({'Material': 'Kokuyōseki'})
>>> print(msg.render().strip())
Material: =?utf-8?q?Kokuy=C5=8Dseki?=
"""

def __init__(self, values):
Expand Down

0 comments on commit e302161

Please sign in to comment.