Browse Source
Previously under python 2.x the text field allowed through values which would not be turned into a string. This is invalid as all output should be a valid textual string. This commit fixes that behavior to properly cast the value to a string in all cases.pull/93/head
2 changed files with 13 additions and 4 deletions
Loading…
Reference in new issue