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

Make String serialize empty string to empty string instead of null #73

Merged
merged 1 commit into from
Jan 10, 2013

Conversation

tranminhh
Copy link
Contributor

This makes the following True:
String().serialize(node, u'') == u''

Issue #72

This makes the following True:
``` String().serialize(node, u'') == u'' ```

Issue Pylons#72
@mcdonc mcdonc merged commit ad04ea6 into Pylons:master Jan 10, 2013
@mcdonc
Copy link
Member

mcdonc commented Jan 10, 2013

Thanks very much!

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