Brendan Cully
2009-May-12 21:49 UTC
[Xen-devel] [PATCH] avoid python 2.6 DeprecationWarnings
The attached patch updates the python tools with python 2.6 versions of the sha and set classes. Without this, every xm command generates a warning, and so does xend when it starts. I don''t think I''m actually using the affected methods, so this patch is only "compile" tested. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Brendan Cully
2009-May-12 21:54 UTC
Re: [Xen-devel] [PATCH] avoid python 2.6 DeprecationWarnings
Sorry, that was the wrong version. I don''t have python 2.3 at hand, but I believe calling ''set'' on it will generate a NameError (not an ImportError). On Tuesday, 12 May 2009 at 14:49, Brendan Cully wrote:> The attached patch updates the python tools with python 2.6 versions > of the sha and set classes. Without this, every xm command generates a > warning, and so does xend when it starts. > > I don''t think I''m actually using the affected methods, so this patch > is only "compile" tested._______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel