|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [patch] fix python 2.6 warnings
Ian Jackson wrote:
> Gerd Hoffmann writes ("[Xen-devel] [patch] fix python 2.6 warnings"):
>> Attached patch fixes a few python warnings about deprecated modules.
>
> Can you please confirm in which Python version the new modules were
> introduced ? Some people (including our automatic test systems!) are
> using very old versions of python and it would be nice if that kept
> working.
set type (obsoletes sets module) was added in 2.4
hashlib (obsoletes sha module) was added in 2.5
For reference: RHEL-5 ships with python 2.4.
Which makes me think at least the hashlib one needs a more sophisticated
approach so it keeps working on pre-2.5 versions ...
cheers,
Gerd
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|