Re: htmlescape: inconsistency between _py_htmltext and _c_htmltext
Neil Schemenauer <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 23, 2005 at 12:28:10PM -0700, Evan Laforge wrote: > I forget the rationale behind not making htmltext a subclass of > str, I think one problem is with unicode support. Probably htmltext could be a subclass of unicode but then everyone has to make their applications Unicode-safe. Maybe for Quixote 3. Neil