[issue11047] Bad description for an entry in whatsnew/2.7

2011-08-05 Thread Senthil Kumaran
Senthil Kumaran added the comment: Sandro, perhaps got overlooked. :) But yeah, why wait. Done. -- nosy: +orsenthil ___ Python tracker ___ __

[issue11047] Bad description for an entry in whatsnew/2.7

2011-08-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 298df0970eec by Senthil Kumaran in branch '2.7': Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. http://hg.python.org/cpython/rev/298df0970eec New changeset dafdbd0d570a by Senthil Kumaran in branch '3.2': merge from 2.

[issue11047] Bad description for an entry in whatsnew/2.7

2011-08-05 Thread Sandro Tosi
Sandro Tosi added the comment: Hello, the patch seems indeed to fix a "reverse" description of issue 7902. Was there a reason (given the quite long list of nosy people) why it was not applied? "lack of time" doesn't count :) -- nosy: +ezio.melotti, sandro.tosi stage: -> commit review

[issue11047] Bad description for an entry in whatsnew/2.7

2011-01-29 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +barry, brett.cannon, flox, gangesmaster, loewis, meador.inge title: Bad description for a change -> Bad description for an entry in whatsnew/2.7 ___ Python tracker __