Susan Tan added the comment:
https://docs.python.org/2/tutorial/classes.html#iterators
--
___
Python tracker
<http://bugs.python.org/issue22170>
___
___
Python-bug
New submission from Susan Tan:
Typo in last line:
for line in open("myfile.txt"):
print line,
Instead there should be no extra "," character in "print line,"
--
assignee: docs@python
components: Documentation
messages: 225056
nosy: Susan, docs@py
New submission from Susan Tan:
http://docs.python.org/2.7/library/smtplib.html#smtplib.SMTPException
"exception smtplib.SMTPException
The base exception class for all the other excpetions provided by this module."
The word "exceptions" is spelled incorrectly in the