This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Backport abcoll to 2.6
Type: Stage:
Components: Library (Lib), Tests Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: baranguren, georg.brandl, gvanrossum
Priority: normal Keywords: patch

Created on 2007-11-04 18:35 by baranguren, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
abcoll_backport_to_2_6.patch baranguren, 2007-11-04 18:35
Messages (4)
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) * (Python committer) 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) * (Python committer) 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.
History
Date User Action Args
2022-04-11 14:56:27adminsetgithub: 45724
2007-11-22 00:58:08gvanrossumsetstatus: open -> closed
assignee: gvanrossum
messages: + msg57747
resolution: accepted
nosy: + gvanrossum
2007-11-04 21:22:37barangurensetmessages: + msg57108
2007-11-04 19:56:58georg.brandlsetnosy: + georg.brandl
messages: + msg57107
2007-11-04 19:43:40loewissetkeywords: + patch
2007-11-04 18:35:29barangurencreate