Re: [lxc-devel] [PATCH] python3: Add list_containers to C API

2013-11-26 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > This adds a new list_containers function to the python3 binding and a > matching override in __init__.py that adds the as_object parameter. > > This should be compatible to the previous pure python implementation > with the advantage of also listing

[lxc-devel] [PATCH] python3: Add list_containers to C API

2013-11-26 Thread Stéphane Graber
This adds a new list_containers function to the python3 binding and a matching override in __init__.py that adds the as_object parameter. This should be compatible to the previous pure python implementation with the advantage of also listing active non-defined containers (fixing github issue #68).