Commit 4028410
committed
Python 3 preparation: remove obsolete email module monkey patch.
This monkey patch has a comment saying it's obsolete with a minimum
Python version of 2.7. Furthermore, it does not work with Python 3,
both because the email.Header name has gone away (only email.header
remains) and because the __dict__ object is a mappingproxy in Python 3
which can't be modified in the way used there. So the monkey patch is
removed in this patch.1 parent 9bd09e4 commit 4028410
1 file changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 7 | | |
20 | 8 | | |
21 | 9 | | |
| |||
0 commit comments