SVN: r25237 - trunk/quixote/doc

Neil Schemenauer <nascheme-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Thu, 30 Sep 2004 14:28:41 -0400
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Author: nascheme
Date: 2004-09-30 14:28:31 -0400 (Thu, 30 Sep 2004)
New Revision: 25237

Modified:
   trunk/quixote/doc/PTL.txt
Log:
Note that htmltext C extension is now mature.


Modified: trunk/quixote/doc/PTL.txt
===================================================================
--- trunk/quixote/doc/PTL.txt	2004-09-30 18:25:52 UTC (rev 25236)
+++ trunk/quixote/doc/PTL.txt	2004-09-30 18:28:31 UTC (rev 25237)
@@ -218,12 +218,9 @@
 ``htmltext`` instances to regular Python strings; just be sure the
 resulting string isn't HTML-escaped again.
 
-The default implementation of ``htmltext`` is written in Python, and
-is currently in production use on our web site.  Quixote also contains
-an experimental C implementation of the 'htmltext' type that should be
-faster than the Python version, but hasn't yet seen production use.
-To try the C implementation, edit Quixote's setup.py and uncomment the
-appropriate line to build the extension.
+Two implementations of ``htmltext`` are provided, one written in pure
+Python and a second one implemented as a C extension.  Both versions
+have seen production use.  
 
 
 PTL modules