From b71d1e6b6f7d2ab31f26c21e4246056a808766c0 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Sun, 21 Dec 2008 15:11:08 -0700 Subject: Added some more notes in TODO --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 6af88f7d..a4b25fd8 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: -- cgit