Get real -- we're not going to rewrite the HTTPReq ... (quixote/TODO)
Greg Ward <gward-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Wed, 20 Nov 2002 11:24:00 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/cvs/quixote
In directory hewson:/tmp/cvs-serv18356
Modified Files:
TODO
Log Message:
Get real -- we're not going to rewrite the HTTPRequest/HTTPResponse
classes.
Index: TODO
===================================================================
RCS file: /home/cvs/quixote/TODO,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- TODO 4 Sep 2002 13:44:50 -0000 1.10
+++ TODO 20 Nov 2002 16:23:57 -0000 1.11
@@ -3,7 +3,6 @@
====================
Add a simple User class (ID, e-mail, password) to Quixote
-Rewrite Zope Request/Response classes
Other issues
@@ -14,9 +13,6 @@
Logging doesn't work with CGI scripts (something about our
log-opening code depends on how fastcgi.py fiddles stdout
-
-We should ditch Zope's HTTP{Request,Response} classes
- and write our own.
Make bare return statements inside of PTL templates work as expected.