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 kristjan.jonsson
Recipients BreamoreBoy, ajaksu2, benjamin.peterson, dcjim, elachuni, gvanrossum, jon, kristjan.jonsson, mark.dickinson, pitrou, qelan, tseaver, vdupras, vstinner
Date 2013-12-03.09:19:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386062361.07.0.529466594171.issue7105@psf.upfronthosting.co.za>
In-reply-to
Content
d), We could also simply issue a (documentation) warning, that the "iterator" methods of these dictionares are known to be fragile, and recommend that people use the keys(), values() and items() instead.
History
Date User Action Args
2013-12-03 09:19:21kristjan.jonssonsetrecipients: + kristjan.jonsson, gvanrossum, dcjim, tseaver, mark.dickinson, pitrou, vstinner, ajaksu2, jon, benjamin.peterson, vdupras, elachuni, BreamoreBoy, qelan
2013-12-03 09:19:21kristjan.jonssonsetmessageid: <1386062361.07.0.529466594171.issue7105@psf.upfronthosting.co.za>
2013-12-03 09:19:21kristjan.jonssonlinkissue7105 messages
2013-12-03 09:19:20kristjan.jonssoncreate