MizardX <miza...@gmail.com> added the comment:

I don't think (1) would break any code. finditer() would still generate 
match-objects.

The only time you would be discard the match-object, is if you try to do a 
destructuring bind in, e.g. a loop. This shouldn't be unexpected for the 
programmer.

----------

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

Reply via email to