Added some more notes in TODO

This commit is contained in:
Jason Gerard DeRose 2008-12-21 15:11:08 -07:00
parent b3f95b1741
commit b71d1e6b6f

10
TODO
View File

@ -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: