Terry J. Reedy <tjre...@udel.edu> added the comment:

patch3 incorporates all your suggestions.

I verified the itertools hint:
>>> list(itertools.chain.from_iterable([[10],[1,2],['a']]))
[10, 1, 2, 'a']

I think the hints are clear enough; anyone with more questions should follow 
the link to the respective function doc.

----------
Added file: http://bugs.python.org/file18203/functions.rst.patch3

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

Reply via email to