Re: [TIP] Anyone still using Python 2.5?

2011-12-21 Thread Jim Fulton
On Wed, Dec 21, 2011 at 2:15 AM, Chris Withers  wrote:
> Hi All,
>
> What's the general consensus on supporting Python 2.5 nowadays?
>
> Do people still have to use this in commercial environments or is everyone
> on 2.6+ nowadays?
>
> I'm finally getting some continuous integration set up for my packages and
> it's highlighting some 2.5 compatibility issues. I'm wondering whether to
> fix those (lots of ugly "from __future__ import with_statement" everywhere)
> or just to drop Python 2.5 support.
>
> What do people feel?

Google app engine is still Python 2.5, as is Jython.

Jim

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PythonPerl 0.9

2006-06-16 Thread Jim Fulton
Have you looked at PyPerl?

   http://wiki.python.org/moin/PyPerl

I think it was further along.  It might be good to build on.

Jim

On Jun 16, 2006, at 11:37 AM, Bruno Obsomer wrote:

> You love Python, but think Perl can be useful anyway. You can now  
> mix the
> two in a single program with the new Python module:
>   PythonPerl (version 0.9, GPL license)
>
> It is as simple to use as:
>>>> import perl
>>>> perl.addVariable('a', ['foo', 'bar'])
>>>> perl.execute('$b = $a[0]')
>>>> perl.getVariable('b')
> foo
>
> Questions and comments at bobzomer AT gmail.com.
>
> http://ece.fsa.ucl.ac.be/bobsomer/PythonPerl.tgz";>
> PythonPerl 0.9 - simple module to allow the use of Perl inside
> Python. (16-Jun-06)
> -- 
> http://mail.python.org/mailman/listinfo/python-announce-list
>
> Support the Python Software Foundation:
> http://www.python.org/psf/donations.html

--
Jim Fulton  mailto:[EMAIL PROTECTED]Python 
Powered!
CTO (540) 361-1714  
http://www.python.org
Zope Corporationhttp://www.zope.com http://www.zope.org



-- 
http://mail.python.org/mailman/listinfo/python-list