summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6af88f7dd..a4b25fd82 100644
--- a/TODO
+++ b/TODO
@@ -38,6 +38,16 @@ API chages before January 2009 simi-freeze:
* Make Plugin base class parse class docstring into overview and
full-description strings (similar to Bazaar).
+ * Removed depreciated code in config.py.
+
+ * Remove __getattr__() from Env (and probably elsewhere) as in Python 2.4 and
+ 2.5 hasattr() will catch KeyboardInterrupt and SystemExit exceptions (BTW,
+ this has been fixed in Python 2.6).
+
+ * Remove support for dynamic environment values from Env... Jason feels this
+ the Env class should be simple and static. Other mechanisms should be used
+ for retrieving per-request dynamic environment variables.
+
Command Line interface: