diff options
| author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 18:36:38 -0400 |
|---|---|---|
| committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 18:36:38 -0400 |
| commit | 8b53559a899e269aed6014eaaad545567c06b77e (patch) | |
| tree | f85f02115f84d0cb1af9877cd90a45f1e1d1b010 /Lib/email/policy.py | |
| parent | 16b5c13668b0fe0ecb2265b6d6968d3da5ca10ba (diff) | |
| parent | 0f84764a09401bb93f544141a433db5acd751dd2 (diff) | |
| download | cpython-git-8b53559a899e269aed6014eaaad545567c06b77e.tar.gz | |
Merge with 3.3, issue #17047: remove doubled words added in 3.3,
as reported by Serhiy Storchaka and Matthew Barnett.
Diffstat (limited to 'Lib/email/policy.py')
| -rw-r--r-- | Lib/email/policy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/policy.py b/Lib/email/policy.py index a17f598b50..38e88afe1d 100644 --- a/Lib/email/policy.py +++ b/Lib/email/policy.py @@ -23,7 +23,7 @@ class EmailPolicy(Policy): """+ PROVISIONAL - The API extensions enabled by this this policy are currently provisional. + The API extensions enabled by this policy are currently provisional. Refer to the documentation for details. This policy adds new header parsing and folding algorithms. Instead of |
