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 serhiy.storchaka
Recipients eric.smith, eric.snow, serhiy.storchaka
Date 2015-10-21.17:29:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445448584.78.0.0417250074673.issue25449@psf.upfronthosting.co.za>
In-reply-to
Content
New patch adds PurePythonOrderedDictSubclassTests, moves all tests except test_key_change_during_iteration from CPythonOrderedDictTests to OrderedDictTests to test Python implementation too, fixes a bug in values and items iteration that caused test_issue24347 to fail, and adds additional explicit checks for values() and items() to test_issue24347.
History
Date User Action Args
2015-10-21 17:29:44serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith, eric.snow
2015-10-21 17:29:44serhiy.storchakasetmessageid: <1445448584.78.0.0417250074673.issue25449@psf.upfronthosting.co.za>
2015-10-21 17:29:44serhiy.storchakalinkissue25449 messages
2015-10-21 17:29:44serhiy.storchakacreate