mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added some more notes in TODO
This commit is contained in:
parent
b3f95b1741
commit
b71d1e6b6f
10
TODO
10
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user