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.

Author baranguren
Recipients baranguren, gvanrossum
Date 2007-10-05.06:04:29
SpamBayes Score 0.0032058212
Marked as misclassified No
Message-id <e17b64640710042304g208c367frf7f0feda5fa62435@mail.gmail.com>
In-reply-to <e17b64640709102326h33c70104l72715afabdde9e2@mail.gmail.com>
Content
Hi Guido,

I just wanted to let you know that I have completed porting _abcoll.py
but ran into other test failures after running testall.
The following tests failed:
test_class test_compile test_descr test_dict test_nis test_richcmp
    test_shelve test_userdict test_weakref

Also since there are no bytes in 2.6, is it correct to replace bytes
with str?  This is in _abcoll.py.

Thanks,
Ben A.

On 9/10/07, Benjamin Aranguren <report@bugs.python.org> wrote:
>
> Benjamin Aranguren added the comment:
>
> Yes.  I plan to work on it this weekend.  I hope that's okay.
>
> On 9/10/07, Guido van Rossum <report@bugs.python.org> wrote:
> >
> > Guido van Rossum added the comment:
> >
> > Committed revision 58099.
> > (I had to backport test_typechecks.py myself, and fix one issue in abc.py.)
> >
> > Are you going to backport _abcoll.py and its tests?
> >
> > ----------
> > assignee:  -> gvanrossum
> > nosy: +gvanrossum
> > resolution:  -> accepted
> > status: open -> closed
> >
> > __________________________________
> > Tracker <report@bugs.python.org>
> > <http://bugs.python.org/issue1026>
> > __________________________________
> >
>
> __________________________________
> Tracker <report@bugs.python.org>
> <http://bugs.python.org/issue1026>
> __________________________________
>
History
Date User Action Args
2007-10-05 06:04:32barangurensetspambayes_score: 0.00320582 -> 0.0032058212
recipients: + baranguren
2007-10-05 06:04:31barangurenlinkissue1026 messages
2007-10-05 06:04:30barangurencreate