ZODB and Python 2.5

Robert Kern robert.kern at gmail.com
Fri Oct 20 15:04:46 EDT 2006


Andrew McLean wrote:
> I'm going to have to delay upgrading to Python 2.5 until all the 
> libraries I use support it. One key library for me is ZODB. I've Googled 
>   and can't find any information on the developers' plans. Does anyone 
> have any information that might help?

Since the Python development team tries hard to maintain backwards 
compatibility, the vast majority of Python packages will automatically support 
the newest release of Python in that they will work just dandy. Developers don't 
really have plans to do that kind of support since it just happens.

If you mean something else by "support" (like making use of new language or 
standard library features), then what do you mean?

I would suggest, in order:

1) Look on the relevant mailing list for people talking about using ZODB with 
Python 2.5.

2) Just try it. Install Python 2.5 alongside 2.4, install ZODB, run the test suite.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco




More information about the Python-list mailing list