Confessions of a Python fanboy

r rt8396 at gmail.com
Thu Jul 30 13:33:38 EDT 2009


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



More information about the Python-list mailing list