On Mon, Dec 29, 2008 at 11:35 AM, Jeff Hardy <[email protected]> wrote:
> On Mon, Dec 29, 2008 at 9:43 AM, Curt Hagenlocher <[email protected]> > wrote: > > > There may also be a problem as a result of str == unicode; in fact, > there's > > a commented-out assertion in line 175 of functional.py that specifically > > breaks because this is true. > > functional.py isn't *exactly* the same as Django's - I commented that > line out. It does actually have a purpose when str != unicode. There's > code that hits CP #20366 as well. If nothing else, the code should at least be rearranged to put the tests for unicode and str in the same order in every place they appear. -- Curt Hagenlocher [email protected]
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
