[IronPython] Django, __unicode__, and #20366

Jeff Hardy jdhardy at gmail.com
Fri Feb 12 05:32:40 CET 2010


On Thu, Feb 11, 2010 at 8:37 PM, Dino Viehland <dinov at microsoft.com> wrote:
> And it turns out this works great!  We now pass all of the tests in
> test_str and test_unicode related to calling str/unicode and getting
> the appropriate __str__/__unicode__ method called.  We also now properly
> don't decode strings when you do unicode('foo') so we no longer throw
> for Vernon's exception case where CPython doesn't throw.
>
> So I'm inclined to go with this fix.

Awesome. Looking forward to trying it out.

- Jeff



More information about the Ironpython-users mailing list