Re: [Python-Dev] [ANN] Python 2.4.6 and 2.5.3, release candidate 1

2008-12-15 Thread Josiah Carlson
On Mon, Dec 15, 2008 at 1:14 PM, Victor Stinner wrote: > Le Monday 15 December 2008 19:50:42 Josiah Carlson, vous avez écrit : >> Would anyone mind terribly if I backported a version of: >> http://bugs.python.org/issue4501 to 2.4 and 2.5? > > First the patch have be reviewed and at least applied t

Re: [Python-Dev] [ANN] Python 2.4.6 and 2.5.3, release candidate 1

2008-12-15 Thread Victor Stinner
Le Monday 15 December 2008 19:50:42 Josiah Carlson, vous avez écrit : > Would anyone mind terribly if I backported a version of: > http://bugs.python.org/issue4501 to 2.4 and 2.5? First the patch have be reviewed and at least applied to trunk :-) Can you give an short example to describe the bug?

Re: [Python-Dev] [ANN] Python 2.4.6 and 2.5.3, release candidate 1

2008-12-15 Thread Martin v. Löwis
> Would anyone mind terribly if I backported a version of: > http://bugs.python.org/issue4501 to 2.4 and 2.5? Yes, I would. These branches are frozen right now until the final release is made. Afterwards, only security-critical patches are allowed, which this one is not, AFAICT. > It fixes some s

Re: [Python-Dev] [ANN] Python 2.4.6 and 2.5.3, release candidate 1

2008-12-15 Thread Josiah Carlson
Would anyone mind terribly if I backported a version of: http://bugs.python.org/issue4501 to 2.4 and 2.5? It fixes some strange duplicate data issues on poll() with packets with a nonstandard flag set. - Josiah On Sat, Dec 13, 2008 at 2:55 PM, "Martin v. Löwis" wrote: > Christian Heimes wrote:

Re: [Python-Dev] [ANN] Python 2.4.6 and 2.5.3, release candidate 1

2008-12-13 Thread Martin v. Löwis
Christian Heimes wrote: > Martin v. Löwis schrieb: >> 2.5.3 is the last bug fix release of Python 2.5. Future 2.5.x releases >> will only include security fixes. According to the release notes, over >> 100 bugs and patches have been addressed since Python 2.5.1, many of >

Re: [Python-Dev] [ANN] Python 2.4.6 and 2.5.3, release candidate 1

2008-12-13 Thread Christian Heimes
Martin v. Löwis schrieb: > 2.5.3 is the last bug fix release of Python 2.5. Future 2.5.x releases > will only include security fixes. According to the release notes, over > 100 bugs and patches have been addressed since Python 2.5.1, many of