Skip to content

Add unicode_fromsoap so None is not changed to u'None'.

Christophe de Vienne requested to merge bitbucket/declined-pr-8 into branch/default

Created originally on Bitbucket by cmcdaniel (Craig McDaniel)

Changesets for this Pull Request have not been imported, because it had been already declined on Bitbucket. Marked as closed by the import user.

If value of unicode SOAP parameter is None, it is converted to an empty string instead of a string containing the word 'None'.

Merge request reports