[issue2876] Write UserDict fixer for 2to3

Nick Edds report at bugs.python.org
Sat Sep 27 18:27:31 CEST 2008


Nick Edds <nedds at uchicago.edu> added the comment:

Here is a fixer and test suite for the UserDict. It doesn't do a very
good job handling imports with 'as' right now, but it's core
functionality appears to be working. If I get a chance I will improve
its handling of 'as' cases at some point in the future, but I think this
is an alright start. It passes all tests.

----------
keywords: +patch
Added file: http://bugs.python.org/file11634/fix_userdict.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2876>
_______________________________________


More information about the Python-bugs-list mailing list