[issue16607] Bad examples in documentation

2012-12-13 Thread myreallycoolname
myreallycoolname added the comment: Ok, but perhaps in order to aviod confusion the documentation could be changed so that the examples are complete or have an additional new line as needed. -- ___ Python tracker <http://bugs.python.org/issue16

[issue16607] Bad examples in documentation

2012-12-12 Thread myreallycoolname
myreallycoolname added the comment: I am updating my bug report unfortunatly I am unable to give you a specific link due to the fact that I can not find the python3.2 documentation online. I do assure you that the docs from my computer are for python3.2 (as I have no other docs installed.) To

[issue16607] Bad examples in documentation

2012-12-04 Thread myreallycoolname
myreallycoolname added the comment: I'm no expert so I'm not sure which it is but try these: >>> class Complex: ... def __init__(self, realpart, imagpart): ... self.r = realpart ... self.i = imagpart ... class Bag: def __init__(self): self.da

[issue16607] Bad examples in documentation

2012-12-04 Thread myreallycoolname
myreallycoolname added the comment: Sorry about that. You will unfortunatly have to wait as I'm not on a computer that has python installed currently. > - Original Message - > From: Daniel Urban > Sent: 12/04/12 02:00 PM > To: do...@mail.com > Subject: [issue16

[issue16607] Bad examples in documentation

2012-12-04 Thread myreallycoolname
New submission from myreallycoolname: The doumentation examples imn the tutorial in python3.2 are at lest in part invalid. I was having trouble understanding the documentation so I pulled out my pthony interperator and pluged in one of tyhe examples. Just as I thought self was not defined. You