This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author isoschiz
Recipients isoschiz, mark.dickinson, meador.inge, pitrou, serhiy.storchaka, skrah
Date 2013-04-20.22:14:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On 20 Apr 2013, at 23:01, Martin Morrison <[email protected]> wrote:
> - I'm not a fan of separate iter_ functions (and there seemed to be a general move away from them elsewhere in Python3; obviously here we have to maintain backwards compat though). Perhaps a boolean keyword "asiter" arg to the regular unpack() instead?

Thinking about this more, the functionality is probably too radically different to overload the same function, so I withdraw the suggestion.
History
Date User Action Args
2013-04-20 22:14:12isoschizsetrecipients: + isoschiz, mark.dickinson, pitrou, skrah, meador.inge, serhiy.storchaka
2013-04-20 22:14:12isoschizlinkissue17804 messages
2013-04-20 22:14:12isoschizcreate