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 benjamin.peterson
Recipients benjamin.peterson, brett.cannon, collinwinter, loewis, nedds, rhettinger
Date 2008-10-03.22:21:04
SpamBayes Score 0.0004011178
Marked as misclassified No
Message-id <1223072466.06.0.506748768175.issue2876@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks very good over all. However, I'm not completely sure
that 2to3 needs to give a warning on UserDict.UserDict instances.
Wouldn't it be better to handle that with a py3k warning in UserDict?
History
Date User Action Args
2008-10-03 22:21:06benjamin.petersonsetrecipients: + benjamin.peterson, loewis, brett.cannon, collinwinter, rhettinger, nedds
2008-10-03 22:21:06benjamin.petersonsetmessageid: <1223072466.06.0.506748768175.issue2876@psf.upfronthosting.co.za>
2008-10-03 22:21:05benjamin.petersonlinkissue2876 messages
2008-10-03 22:21:04benjamin.petersoncreate