Re: [Freevo-devel] Kaa r4674 - trunk/base/src

2012-10-19 Thread Dirk Meyer
Hi On 19.10.2012 06:02, Jason Tackaberry wrote: > On 12-01-07 12:10 PM, Jason Tackaberry wrote: >> I guess the question we need to answer is how many people use kaa on >> Python 2.5. I honestly have no idea, so given that we have made some >> effort to support Python 2.5 in the past, I thought we

Re: [Freevo-devel] Kaa r4674 - trunk/base/src

2012-10-18 Thread Jason Tackaberry
On 12-01-07 12:10 PM, Jason Tackaberry wrote: > I guess the question we need to answer is how many people use kaa on > Python 2.5. I honestly have no idea, so given that we have made some > effort to support Python 2.5 in the past, I thought we should at least > maintain that support for a 1.0 rel

Re: [Freevo-devel] Kaa r4674 - trunk/base/src

2012-01-07 Thread Jason Tackaberry
On 12-01-07 11:38 AM, Dirk Meyer wrote: > Do we have to? It would be fine by me to raise the minimum to 2.6 if > that helps. I'm somewhat on the fence. We do need to drop Python 2.5 support at some point, but I was thinking of doing that post-1.0. I guess the question we need to answer is how ma

Re: [Freevo-devel] Kaa r4674 - trunk/base/src

2012-01-07 Thread Dirk Meyer
Hi, On 01/07/2012 05:46 PM, Jason Tackaberry wrote: > bl() is a transition function while we must still support Python 2.5, and > returns > a bytes literal. bl('foo') is equivalent to b'foo', albeit slower due to a > function call. Do we have to? It would be fine by me to raise the minimum to 2