Hi, Will twisted works with python2.5?
On 10/28/07, Sergey Alembekov rt@aspirinka.net wrote:
Hi, Will twisted works with python2.5?
Twisted 2.5 works with Python 2.5 (the version number matching is just a coincidence :-) The Python 2.5 release had some incompatibilities that caused older versions of Twisted some trouble, but even those should probably mostly work.
Sergey Alembekov wrote:
Will twisted works with python2.5?
Christopher Armstrong wrote:
Twisted 2.5 works with Python 2.5 (the version number matching is just a coincidence :-)
Moreover, Twisted 2.5 *requires* Python 2.5 for inline callbacks, that are often useful.
On 10/28/07, Nicola Larosa nico@teknico.net wrote:
Sergey Alembekov wrote:
Will twisted works with python2.5?
Christopher Armstrong wrote:
Twisted 2.5 works with Python 2.5 (the version number matching is just a coincidence :-)
Moreover, Twisted 2.5 *requires* Python 2.5 for inline callbacks, that are often useful.
... but does not require it for anything else. We still fully support Python 2.3, for the record.