Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes string/list issue #1

Merged
merged 1 commit into from
Apr 23, 2012
Merged

Fixes string/list issue #1

merged 1 commit into from
Apr 23, 2012

Conversation

ajford
Copy link
Contributor

@ajford ajford commented Apr 23, 2012

list(request.form['recipients']) turns 'test@example.com' into a list of letters.

>>> list(u'test@example.com')
[u't', u'e', u's', u't', u'@', u'e', u'x', u'a', u'm', u'p', u'l', u'e', u'.', u'c', u'o', u'm']

alekzvik added a commit that referenced this pull request Apr 23, 2012
Fixes string/list issue
@alekzvik alekzvik merged commit d073991 into alekzvik:master Apr 23, 2012
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