[issue2046] patch to fix_import: UserDict -> collections

2010-11-29 Thread Éric Araujo
Changes by Éric Araujo : -- superseder: -> Write UserDict fixer for 2to3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue2046] patch to fix_import: UserDict -> collections

2008-10-14 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Closing in favor of #2876. -- nosy: +benjamin.peterson resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue2046] patch to fix_import: UserDict -> collections

2008-07-02 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- superseder: Write UserDict fixer for 2to3 -> ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue2046] patch to fix_import: UserDict -> collections

2008-07-02 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- superseder: -> Write UserDict fixer for 2to3 ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue2046] patch to fix_import: UserDict -> collections

2008-02-08 Thread Christian Heimes
Changes by Christian Heimes: -- assignee: collinwinter -> tiran keywords: +patch nosy: +tiran priority: -> normal __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2046] patch to fix_import: UserDict -> collections

2008-02-07 Thread Eduardo Padoan
New submission from Eduardo Padoan: UserDict moved from UserDict module (deleted) to collections on py3k. This patch adds this case to fix_import.py on 2to3. -- assignee: collinwinter components: 2to3 (2.x to 3.0 conversion tool) files: fix_import_udict.diff messages: 62186 nosy: collinw