Traceback (most recent post last):
File "<Confessions of a Python Fanboy>", lines (13,14), in <post>
vector.reverse --> in-place
vector.reversed --> in-place
DumbMistakeError:Of course in python you would do... vector.reverse --> in-place vector.reversed --> new vector -- http://mail.python.org/mailman/listinfo/python-list
