From ad0f99505e34005c92e817b11847e467e5c1d354 Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Tue, 24 Oct 2017 10:24:54 -0700 Subject: [PATCH] Remove outdated file. --- TODO | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index a8bad5a..0000000 --- a/TODO +++ /dev/null @@ -1,17 +0,0 @@ -* Extend HTTPRequest to support single/multiple-valued fields. - -* Make bare return statements inside of PTL templates work as expected. - -* Allow __init__.ptl files to be used as package markers. It looks like - something is wrong with the way ihooks handles __init__ modules. - -* Logging doesn't work with CGI scripts (something about our - log-opening code depends on how fastcgi.py fiddles stdout). - -* For OpenBSD: fcgi.py should catch SIGTERM and, umm, do something. - (Terminate the process?) Otherwise, the FastCGI process can no longer - accept() on its socket. (Reported by Robin Wöhler - , 2002/08/02.) - -* For Mac OS X: _startup() in fcgi.py doesn't work for some reason on - OS X. Figure out why and fix it (or kludge around it).