Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Python version, was Re: [libcloud] Re: adding passwords to the node field
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Paul Querna  
View profile  
 More options Oct 20 2009, 10:46 pm
From: Paul Querna <p...@querna.org>
Date: Tue, 20 Oct 2009 19:46:54 -0700
Local: Tues, Oct 20 2009 10:46 pm
Subject: Python version, was Re: [libcloud] Re: adding passwords to the node field

On Tue, Oct 20, 2009 at 7:09 PM, Sébastien <arnau...@gmail.com> wrote:
> After submitting this, I felt bad about the verbose form of some of
> the code I committed, so I went and introduced more 2.6+ pythonic
> expressions to simplify the code:
> http://github.com/arnaudsj/libcloud/commit/ee585323f390d04c178a2dddf8...
> However, I am not sure if you guys have any guidelines regarding which
> version of python you want to support with libcloud.

I don't think we have thought up an official policy, though I think
Python >= 2.4. is likely a good baseline, and requiring 2.6 is
definately a little too early imo.

I looked at the commit referenced, and from what i saw those are just
list comprehensions (pep-0202) which have been around since 2.0 (?)
Is there another change which requires 2.6 or am I just missing
something?

Thanks,

Paul


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Python version" by Jed Smith
Jed Smith  
View profile  
 More options Oct 22 2009, 11:14 am
From: Jed Smith <j...@jedsmith.org>
Date: Thu, 22 Oct 2009 11:14:27 -0400
Local: Thurs, Oct 22 2009 11:14 am
Subject: Re: Python version
On Oct 20, 2009, at 10:46 PM, Paul Querna wrote:

> I don't think we have thought up an official policy, though I think
> Python >= 2.4. is likely a good baseline, and requiring 2.6 is
> definately a little too early imo.

For Linode's case, 2.6 is nice because it comes with json in the  
standard library. For the baseline, I'd suggest 2.4 as well; Linode's  
driver will not work without some kind of JSON parsing environment (it  
checks for 'json' and 'simplejson'), and simplejson is compatible with  
2.4+.

Regards,
Jed


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeremy Orem  
View profile  
 More options Nov 9 2009, 8:57 pm
From: Jeremy Orem <jeremy.o...@gmail.com>
Date: Mon, 9 Nov 2009 17:57:03 -0800 (PST)
Local: Mon, Nov 9 2009 8:57 pm
Subject: Re: Python version
I'd suggest 2.5, since we have been using ElementTree for all XML
parsing and hashlib in a few places. We could shoot for 2.4, but it
would require a lot of rewriting.

-Jeremy

On Oct 22, 7:14 am, Jed Smith <j...@jedsmith.org> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »