Skip to content

Fix processing of multiple 'to_name' unicode objects.#87

Merged
elbuo8 merged 1 commit intosendgrid:masterfrom
cbg:fix_unicode_to_names
Oct 15, 2014
Merged

Fix processing of multiple 'to_name' unicode objects.#87
elbuo8 merged 1 commit intosendgrid:masterfrom
cbg:fix_unicode_to_names

Conversation

@cbg
Copy link
Copy Markdown
Contributor

@cbg cbg commented Oct 15, 2014

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.

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.
elbuo8 pushed a commit that referenced this pull request Oct 15, 2014
Fix processing of multiple 'to_name' unicode objects.
@elbuo8 elbuo8 merged commit 4753edc into sendgrid:master Oct 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants