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 r.david.murray
Recipients AstraLuma, BreamoreBoy, a.badger, berker.peksag, demian.brecht, eric.araujo, jafo, loewis, python-dev, r.david.murray, serhiy.storchaka, vstinner
Date 2015-03-19.21:56:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426802203.42.0.443720953861.issue2211@psf.upfronthosting.co.za>
In-reply-to
Content
The change to the signature of set is backward incompatible and should have a deprecation warning instead (yes, I know it isn't documented).  I'd even be OK with the value being ignored, but the signature shouldn't change.

There are a number of API/behavior changes noted in the NEWS which IMO need a versionchanged in the docs and an entry in whatsnew.
History
Date User Action Args
2015-03-19 21:56:43r.david.murraysetrecipients: + r.david.murray, loewis, jafo, vstinner, AstraLuma, eric.araujo, a.badger, BreamoreBoy, python-dev, berker.peksag, serhiy.storchaka, demian.brecht
2015-03-19 21:56:43r.david.murraysetmessageid: <1426802203.42.0.443720953861.issue2211@psf.upfronthosting.co.za>
2015-03-19 21:56:43r.david.murraylinkissue2211 messages
2015-03-19 21:56:43r.david.murraycreate