Commit cf35e05
authored
bpo-43125: Fix: return expected type (str), not original value (bytes) in email/base64mime.py::body_encode (pythonGH-24476)
1 parent dfeec34 commit cf35e05
File tree
3 files changed
+3
-3
lines changed- Lib
- email
- test/test_email
- Misc/NEWS.d/next/Library
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4261 | 4261 | | |
4262 | 4262 | | |
4263 | 4263 | | |
4264 | | - | |
| 4264 | + | |
4265 | 4265 | | |
4266 | 4266 | | |
4267 | 4267 | | |
| |||
4292 | 4292 | | |
4293 | 4293 | | |
4294 | 4294 | | |
4295 | | - | |
4296 | 4295 | | |
4297 | 4296 | | |
4298 | 4297 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments