[docs] Document bug?

Eli Bendersky eliben at gmail.com
Sun Nov 6 04:22:03 CET 2011


Hello Jussi,

Thanks for the report. I have opened Issue 13352 to track this -
http://bugs.python.org/issue13352

Eli


On Fri, Nov 4, 2011 at 07:42, Jussi Peltonen <peltoju at gmail.com> wrote:

> Hello,
>
> http://docs.python.org/tutorial/classes.html#instance-objects
>
> I think the "counter" attribute is mentioned for the first time in the
> example code, not "in Instance of MyClass created above", i.e. class
> MyClass does not contain "counter" attribute.
>
> "x.counter = 1
> while x.counter < 10:
>    x.counter = x.counter * 2
> print x.counter
> del x.counter"
>
> Best Regards,
> Jussi Peltonen
> _______________________________________________
> docs mailing list
> docs at python.org
> http://mail.python.org/mailman/listinfo/docs
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20111106/b96b67a7/attachment.html>


More information about the docs mailing list