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 xZise
Recipients Lukasa, eric.snow, icordasc, jayvdb, rhettinger, xZise
Date 2015-07-21.22:20:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437517251.44.0.702927058515.issue24667@psf.upfronthosting.co.za>
In-reply-to
Content
Okay I did a test run on all three 3.5 betas available to me through pyenv. The beta 3 failed as Python 3.6 does that popitem() raises a KeyError. The beta 2 had the bug that popitem() does not support keyword arguments so I wasn't able to test it there. And the beta 1 works fine so it looks like the C implementation is the cause of this.
History
Date User Action Args
2015-07-21 22:20:51xZisesetrecipients: + xZise, rhettinger, eric.snow, icordasc, Lukasa, jayvdb
2015-07-21 22:20:51xZisesetmessageid: <1437517251.44.0.702927058515.issue24667@psf.upfronthosting.co.za>
2015-07-21 22:20:51xZiselinkissue24667 messages
2015-07-21 22:20:51xZisecreate