diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-03 21:21:12 -0600 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-01-03 15:27:01 -0600 |
commit | 6ed5fc0919d2f43ad28f9fff08e2a3c8f09bbecd (patch) | |
tree | f70c05cc23551d6dff790dc192f1684bfe309f7a /source4/scripting/python | |
parent | 4537be154291100e80b772004af8c25f85a87e52 (diff) | |
download | samba-6ed5fc0919d2f43ad28f9fff08e2a3c8f09bbecd.tar.gz samba-6ed5fc0919d2f43ad28f9fff08e2a3c8f09bbecd.tar.bz2 samba-6ed5fc0919d2f43ad28f9fff08e2a3c8f09bbecd.zip |
r26656: python: Add file documentating the status of the Python migration.
(This used to be commit 5c86cc6648169bf52161a1ffdbf17a38b62c611f)
Diffstat (limited to 'source4/scripting/python')
-rw-r--r-- | source4/scripting/python/STATUS | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/source4/scripting/python/STATUS b/source4/scripting/python/STATUS new file mode 100644 index 0000000000..b39563da29 --- /dev/null +++ b/source4/scripting/python/STATUS @@ -0,0 +1,20 @@ +dsdb/samdb/ldb_modules/tests/samba3sam.py +lib/ldb/tests/python/ldap.py +SWAT +hierarchy +DCE/RPC bindings + - pidl: + Parse::Pidl::Samba::Python + - wrap struct/bitmap/enum/union types + - __ndr_pack__/__ndr_unpack__ members + Parse::Pidl::Samba::NDR::Python + - pidl generated client fns + - one class per interface + - AddOne() + + - scripting/bin/smbstatus.py + - scripting/bin/winreg.py + +not important before making Python the default: +- scripting/python/samba/upgrade.py +- install python modules into system |