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 rhettinger
Recipients Arfrever, eric.araujo, ezio.melotti, flox, giampaolo.rodola, pitrou, python-dev, rhettinger, terry.reedy, tshepang, vstinner
Date 2012-03-14.21:39:02
SpamBayes Score 2.9246539e-10
Marked as misclassified No
Message-id <1331761143.67.0.234946587001.issue13248@psf.upfronthosting.co.za>
In-reply-to
Content
In unittest, DictContainsSubset() should be removed from 3.3.  It was defective by design (wrong argument order).  I concur with Ezio that the other unittest methods should remain intact.  I'm not sure whether assertSameElements() should stay or go (when Google's code search was still up, it showed zero uptake for that test method, so it may be better to remove it now).

The Decimal module's Context._clamp should also be removed from 3.3.  It was a private API from the outset and won't be mirrored in the C version.  It looks like Mark has already done this one.

I also agree Antoine that most of the other changes shouldn't be made in 3.3 except for the three he listed: max_buffer_size, get_prefix/set_prefix, and the argparse deprecations.
History
Date User Action Args
2012-03-14 21:39:03rhettingersetrecipients: + rhettinger, terry.reedy, pitrou, vstinner, giampaolo.rodola, ezio.melotti, eric.araujo, Arfrever, flox, tshepang, python-dev
2012-03-14 21:39:03rhettingersetmessageid: <1331761143.67.0.234946587001.issue13248@psf.upfronthosting.co.za>
2012-03-14 21:39:03rhettingerlinkissue13248 messages
2012-03-14 21:39:02rhettingercreate