[Python-porting] Small error in documentation

Jorge Onieva jorgeonieva at gmail.com
Mon May 7 12:12:20 EDT 2018


Hi there!

It seems there is a small error in the documentation (http://python-future.org/compatible_idioms.html <http://python-future.org/compatible_idioms.html>)

There is a line that says:

from builtins import itervalues

But I think that itervalues function is in future.utils, same as iteritems, so it should say

from future.utils import itervalues

Cheers!

Jorge Onieva

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-porting/attachments/20180507/ae41f697/attachment.html>


More information about the Python-porting mailing list