From 6ed5fc0919d2f43ad28f9fff08e2a3c8f09bbecd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 3 Jan 2008 21:21:12 -0600 Subject: r26656: python: Add file documentating the status of the Python migration. (This used to be commit 5c86cc6648169bf52161a1ffdbf17a38b62c611f) --- source4/scripting/python/STATUS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 source4/scripting/python/STATUS 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 -- cgit