Issue1383
Created on 2007-11-04 18:35 by baranguren, last changed 2007-11-22 00:58 by gvanrossum.
|
msg57103 - (view) |
Author: Benjamin Aranguren (baranguren) |
Date: 2007-11-04 18:35 |
|
Backported _abcoll.py and it's test to 2.6 including regrtest.py
|
|
msg57107 - (view) |
Author: Georg Brandl (georg.brandl) |
Date: 2007-11-04 19:56 |
|
Is this a successor or a companion to #1026?
|
|
msg57108 - (view) |
Author: Benjamin Aranguren (baranguren) |
Date: 2007-11-04 21:22 |
|
This is a companion to #1026.
On 11/4/07, Georg Brandl <report@bugs.python.org> wrote:
>
> Georg Brandl added the comment:
>
> Is this a successor or a companion to #1026?
>
> ----------
> nosy: +georg.brandl
>
> __________________________________
> Tracker <report@bugs.python.org>
> <http://bugs.python.org/issue1383>
> __________________________________
>
|
|
msg57747 - (view) |
Author: Guido van Rossum (gvanrossum) |
Date: 2007-11-22 00:58 |
|
I've submitted this as revision 59106. Thanks so much for your effort!
I cleaned up the layout of some of the files, and I had to undo a
diffing mistake -- somehow your patch undid some changes to
collections.py and test_collections.py about renaming NamedTuple to
namedtuple that were submitted by Raymond Hettinger.
|
|
| Date |
User |
Action |
Args |
| 2007-11-22 00:58:08 | gvanrossum | set | status: open -> closed assignee: gvanrossum messages:
+ msg57747 resolution: accepted nosy:
+ gvanrossum |
| 2007-11-04 21:22:37 | baranguren | set | messages:
+ msg57108 |
| 2007-11-04 19:56:58 | georg.brandl | set | nosy:
+ georg.brandl messages:
+ msg57107 |
| 2007-11-04 19:43:40 | loewis | set | keywords:
+ patch |
| 2007-11-04 18:35:29 | baranguren | create | |
|