Jan Vlcinsky <[email protected]> added the comment: I found proposed change very handy (came here researching why it is not behaving that way).
Taking into account: - Python shines in handling lists, using generators and iterators - Largest group of python developers develop web apps, and there it is typical pattern to iterate across many records and return them as long list of dictionaries I think proposed feature could become very popular. ---------- nosy: +vlcinsky _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue14573> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
