durusmail: quixote-users: Re: Call for help
Call for help
2007-01-21
Mike Orr
2007-01-21
Titus Brown
Re: Call for help
2007-01-30
Titus Brown
2007-01-21
Titus Brown
2007-01-30
Titus Brown
2007-01-30
Titus Brown
2007-01-30
David Binger
2007-01-30
Mike Orr
2007-02-01
Mike Orr
2007-02-01
David Binger
2007-02-01
Mike Orr
2007-02-02
Titus Brown
2007-02-02
Mike Orr
2007-02-02
David Binger
2007-02-02
Mike Orr
2007-02-02
Mike Orr
2007-02-03
Evan Laforge
Re: Call for help
2007-02-06
David Binger
Re: Call for help
2007-02-05
David Binger
2007-01-30
Titus Brown
Re: Call for help
Neil Schemenauer
Mike Orr  wrote:
> If not faults, then severe limitations that limit Quixote's
> compatibility with other Python packages.  As we go into a more
> WSGIified world this will be a greater issue.

If there is ever a Quixote 3, htmltext will be a subclass of
unicode.  We can't use a subclass now because it would screw Quixote
users that have applications that can't handle unicode.

I suppose we could have a global switch that turned on "htmltext as
a subclass of unicode", just like your qpy patch does.  In that
case, I think htmltext would be just like qpy except that I don't
think I would make "utf-8" the default encoding but use "ascii",
like the Python interpreter.

  Neil

reply