All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Xen Development Mailing List <xen-devel@lists.xensource.com>
Subject: Re: [patch] fix python 2.6 warnings
Date: Tue, 10 Mar 2009 14:44:19 +0100	[thread overview]
Message-ID: <49B66EB3.5010405@redhat.com> (raw)
In-Reply-To: <18870.23173.605053.102901@mariner.uk.xensource.com>

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

  reply	other threads:[~2009-03-10 13:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-10 11:28 [patch] fix python 2.6 warnings Gerd Hoffmann
2009-03-10 12:16 ` Gerd Hoffmann
2009-03-10 12:18 ` Ian Jackson
2009-03-10 13:44   ` Gerd Hoffmann [this message]
2009-03-10 14:20     ` John Levon
2009-03-10 14:43     ` Jan Beulich
2009-03-10 15:52       ` Gerd Hoffmann
2009-03-10 16:49       ` Marc - A. Dahlhaus
2009-03-10 17:49     ` Ian Jackson
2009-03-10 12:28 ` M A Young

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49B66EB3.5010405@redhat.com \
    --to=kraxel@redhat.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.