assumptions.
On Sunday, March 31, 2013 3:47:07 PM UTC-4, Terry Jan Reedy wrote:
> On 3/31/2013 1:57 PM, Byron Ruth wrote:
>
> > I submitted this as bug last night: http://bugs.python.org/issue17584 and
> > was *honored* to be rejected by Raymond Hettinger. However, I would like
> >
Raymond's replied to my follow-up and made me realize that the `next` property
could return a callable and it would be transparent to the caller.
On Sunday, March 31, 2013 1:57:08 PM UTC-4, Byron Ruth wrote:
> I submitted this as bug last night: http://bugs.python.org/issue17584
I submitted this as bug last night: http://bugs.python.org/issue17584 and was
*honored* to be rejected by Raymond Hettinger. However, I would like feedback
on whether my concern (this bug) is justified and clarity if not.
Consider:
```python
class A(object):
def __init__(self):
self