Mercurial > p > roundup > code
diff roundup/scripts/roundup_server.py @ 1183:08a13a84ed43
Some speedups - both of the SQL backends can handle using only one cursor.
Better date unserialisation too.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 23 Sep 2002 06:48:35 +0000 |
| parents | 49aebf5a8691 |
| children | 6c24a86a12ae |
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py Mon Sep 23 01:01:06 2002 +0000 +++ b/roundup/scripts/roundup_server.py Mon Sep 23 06:48:35 2002 +0000 @@ -16,7 +16,7 @@ # """ HTTP Server that serves roundup. -$Id: roundup_server.py,v 1.11 2002-09-23 00:50:32 richard Exp $ +$Id: roundup_server.py,v 1.12 2002-09-23 06:48:35 richard Exp $ """ # python version check @@ -59,7 +59,6 @@ ## end configuration # - class RoundupRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler): TRACKER_HOMES = TRACKER_HOMES ROUNDUP_USER = ROUNDUP_USER
