On Jan 27, 2:03 pm, Paul Rubin <no.em...@nospam.invalid> wrote: > a...@pythoncraft.com (Aahz) writes: > > From my POV, your question would be precisely identical if you had > > started your project when Python 2.3 was just released and wanted to > > know if the libraries you selected would be available for Python 2.6. > > I didn't realize 2.6 broke libraries that had worked in 2.3, at least on > any scale. Did I miss something?
I certainly had to update several modules I use (C extensions) to work with the new memory management in a recent release (changing PyMem_Del to Py_DECREF being a pretty common alteration); I can't remember whether that was for 2.6 or 2.5. -- http://mail.python.org/mailman/listinfo/python-list