diff options
| author | Nick Coghlan <ncoghlan@gmail.com> | 2011-03-14 22:59:20 (GMT) |
|---|---|---|
| committer | Nick Coghlan <ncoghlan@gmail.com> | 2011-03-14 22:59:20 (GMT) |
| commit | 5596a8c179e3a336bdac46d2982fba20e7e0f4eb (patch) | |
| tree | 2dbf3e7de08e713c52b95ee076502c34bcea08c4 /Lib/email/header.py | |
| parent | d25fd4d7102cfa98dadd6bfeb5753ce419c3fb3b (diff) | |
| parent | ba3a978fc1b877bd61602e6997d960a98e474311 (diff) | |
| download | cpython-5596a8c179e3a336bdac46d2982fba20e7e0f4eb.zip cpython-5596a8c179e3a336bdac46d2982fba20e7e0f4eb.tar.gz cpython-5596a8c179e3a336bdac46d2982fba20e7e0f4eb.tar.bz2 | |
Merge with remote
Diffstat (limited to 'Lib/email/header.py')
| -rw-r--r-- | Lib/email/header.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/header.py b/Lib/email/header.py index 35cdb2b..e171617 100644 --- a/Lib/email/header.py +++ b/Lib/email/header.py @@ -276,7 +276,7 @@ class Header: self._chunks.append((s, charset)) def encode(self, splitchars=';, \t', maxlinelen=None, linesep='\n'): - """Encode a message header into an RFC-compliant format. + r"""Encode a message header into an RFC-compliant format. There are many issues involved in converting a given string for use in an email header. Only certain character sets are readable in most |
