Ryan Arana wrote:
[snip]
Why would you use line.__str__() instead of str(line) ?
[/snip]

Mostly because I'm a Python Noob, and dir(line) reminded me about its
__str__() method. And I did note that this wasn't the best way to do it,
just that it'd work. Now I know about str(line) though, so thanks!

That's a good reason!  :)  And you're welcome!

Python is a great language, I hope you like it.

~Ethan~
_______________________________________________
Portland mailing list
[email protected]
http://mail.python.org/mailman/listinfo/portland

Reply via email to