mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
parent
b2817327b9
commit
0de4d3e3eb
1 changed files with 1 additions and 1 deletions
|
@ -636,7 +636,7 @@ class Message:
|
|||
If your application doesn't care whether the parameter was RFC 2231
|
||||
encoded, it can turn the return value into a string as follows:
|
||||
|
||||
param = msg.get_param('foo')
|
||||
rawparam = msg.get_param('foo')
|
||||
param = email.utils.collapse_rfc2231_value(rawparam)
|
||||
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue