Commit 71cf177
committed
Fix processing of multiple 'to_name' unicode objects.
Currently, the method sendgrid.message.Mail.add_to_name only encodes singular
unicode object 'to_name' names to Python str objects. Lists of multiple unicode
objects passed into the aforementioned method does not elicit the same encoding
process. This commit fixes that.1 parent 64eaec3 commit 71cf177
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
0 commit comments