Ezio Melotti added the comment:

> But maybe I am being too nitpicky and paranoid. Ezio?

IIUC your last example used to work because technically it is an iterable of 
bytes, but the patch would give an error instead.  Even in the unlikely case 
someone is relying on this behavior, simply adding .keys() not only should make 
the code work again, but also make it more explicit and understandable.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25439>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to