[issue1026] Backport ABC to 2.6

2007-10-04 Thread Benjamin Aranguren
Benjamin Aranguren added the comment: 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_userd

[issue1026] Backport ABC to 2.6

2007-09-10 Thread Benjamin Aranguren
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 <[EMAIL PROTECTED]> wrote: > > Guido van Rossum added the comment: > > Committed revision 58099. > (I had to backport test_typechecks.py myself, and fix one issue in a

[issue1026] Backport ABC to 2.6

2007-09-10 Thread Guido van Rossum
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 __

[issue1026] Backport ABC to 2.6

2007-09-02 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1026] Backport ABC to 2.6

2007-08-26 Thread Benjamin Aranguren
New submission from Benjamin Aranguren: Worked with Alex Martelli at the Google Python Sprint to backport ABC to 2.6. Added abc.py and test_abc.py to svn trunk. -- components: Library (Lib) files: pyABC_backport_to_2_6.patch messages: 55308 nosy: baranguren severity: normal status: open