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 Mark.Shannon
Recipients Jim.Jewett, Mark.Shannon, gvanrossum, python-dev, rhettinger, vstinner
Date 2012-03-09.13:52:47
SpamBayes Score 9.372281e-11
Marked as misclassified No
Message-id <4F5A0B31.4060605@hotpy.org>
In-reply-to <1331298301.13.0.409974287937.issue14205@psf.upfronthosting.co.za>
Content
STINNER Victor wrote:
> STINNER Victor <victor.stinner@gmail.com> added the comment:
> 
> Guido> Given all this I think we should keep it as you have committed
> Guido> and add it to the docs and whatsnew.
> 
> I updated What's New in Python 3.3 document. I also wrote an email to python-dev to notify all developers of this change. Let's close the issue.
> 

The tests still need to fixed

test_mutating_lookuptest doesn't fail on the unmodified version of cpython.
Lib/test/crashers/nasty_eq_vs_dict.py has been removed, but
no equivalent test has been added to Lib/test/test_dict.py

There should be at least one failing test for this issue.
History
Date User Action Args
2012-03-09 13:52:48Mark.Shannonsetrecipients: + Mark.Shannon, gvanrossum, rhettinger, vstinner, python-dev, Jim.Jewett
2012-03-09 13:52:47Mark.Shannonlinkissue14205 messages
2012-03-09 13:52:47Mark.Shannoncreate