mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merged revisions 73952 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk (Only docstrings were modified, won't backport to 3.1) ........ r73952 | amaury.forgeotdarc | 2009-07-11 16:33:51 +0200 (sam., 11 juil. 2009) | 4 lines #2622 Import errors in email.message, from a py2app standalone application. Patch by Mads Kiilerich, Reviewed by Barry Warsaw. ........
This commit is contained in:
parent
c9e6cecdce
commit
1c25de69ee
5 changed files with 9 additions and 9 deletions
|
@ -61,7 +61,7 @@ def decode_header(header):
|
|||
otherwise a lower-case string containing the name of the character set
|
||||
specified in the encoded string.
|
||||
|
||||
An email.Errors.HeaderParseError may be raised when certain decoding error
|
||||
An email.errors.HeaderParseError may be raised when certain decoding error
|
||||
occurs (e.g. a base64 decoding exception).
|
||||
"""
|
||||
# If no encoding, just return the header with no charset.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue