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 nedds
Recipients brett.cannon, collinwinter, loewis, nedds, rhettinger
Date 2008-09-27.16:27:28
SpamBayes Score 4.0438117e-05
Marked as misclassified No
Message-id <1222532851.53.0.417111334605.issue2876@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-09-27 16:27:31neddssetrecipients: + nedds, loewis, brett.cannon, collinwinter, rhettinger
2008-09-27 16:27:31neddssetmessageid: <1222532851.53.0.417111334605.issue2876@psf.upfronthosting.co.za>
2008-09-27 16:27:30neddslinkissue2876 messages
2008-09-27 16:27:30neddscreate