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.snow, python-dev, rhettinger, serhiy.storchaka
Date 2015-12-23.16:22:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450887739.69.0.105960133846.issue25410@psf.upfronthosting.co.za>
In-reply-to
Content
And even simpler example: list(od.keys()) is [1, 3] in 3.4 and [0, 1, 2, 3, 4] in 3.5.
History
Date User Action Args
2015-12-23 16:22:19serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, python-dev, eric.snow
2015-12-23 16:22:19serhiy.storchakasetmessageid: <1450887739.69.0.105960133846.issue25410@psf.upfronthosting.co.za>
2015-12-23 16:22:19serhiy.storchakalinkissue25410 messages
2015-12-23 16:22:19serhiy.storchakacreate