Issue 2046: patch to fix_import: UserDict -> collections - Python tracker

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
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Write UserDict fixer for 2to3
View: 2876
Assigned To: christian.heimes Nosy List: benjamin.peterson, christian.heimes, collinwinter, eopadoan, rhettinger
Priority: normal Keywords: patch

Created on 2008-02-07 23:44 by eopadoan, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix_import_udict.diff eopadoan, 2008-02-07 23:44
Messages (2)
msg62186 - (view) Author: Eduardo Padoan (eopadoan) Date: 2008-02-07 23:44
UserDict moved from UserDict module (deleted) to collections on py3k.
This patch adds this case to fix_import.py on 2to3.
msg74777 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-10-14 22:32
Closing in favor of #2876.