On Jan 30, 2007, at 3:14 AM, Titus Brown wrote: > -> C. Titus Brown: > -> Added quixote.html.use_qpy to switch Quixote over to using qpy > -> instead of htmltext. > > whups. This code was *contributed* by Mike Orr; I just integrated it > and wrote a test. I think it is necessary to commit to using either qpy or ptl at the time that "quixote.html" is imported. Otherwise, you open the door for having, in your application, htmltext that is in some places from qpy and in some places from ptl. These two classes of quoted text are very similar, but they are not written to coexist in an application. If they do, you will probably observe either over-quoting or exceptions. I'm not sure how quixote should solve this puzzle.