Message10925

Author jeff.allen
Recipients dclayton, jeff.allen, zyasoft
Date 2016-08-31.07:04:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472627071.02.0.406598511204.issue2443@psf.upfronthosting.co.za>
In-reply-to
Content
This looks good to me and regrtest runs as expected. I evicted a couple of hard tabs: the whole source file needs a reformat anyway.

It might be objected that the guarantee about the order of separate iterators on the same container, offered here:
https://docs.python.org/2/library/stdtypes.html#dict.items
is not required of all implementations of java.util.Map. But this objection can be made against the existing code, and strictly speaking, the promise is made for dict, and it's only "recommended" that other mappings behave the same as dict.
History
Date User Action Args
2016-08-31 07:04:31jeff.allensetmessageid: <1472627071.02.0.406598511204.issue2443@psf.upfronthosting.co.za>
2016-08-31 07:04:31jeff.allensetrecipients: + jeff.allen, zyasoft, dclayton
2016-08-31 07:04:30jeff.allenlinkissue2443 messages
2016-08-31 07:04:30jeff.allencreate