New submission from Neil Roques:
http://docs.python.org/ref/node33.html (also packaged in the Python
documentation which comes with Python) links to:
http://www.python.org/doc/newstyle.html for information on new style classes
However, this link has moved, as should now read:
http
New submission from Neil Roques:
Python's raw strings are supposed to prevent characters being
interpreted as special. However entering the raw string r'\' into an
interactive session will result in:
Traceback ( File "", line 1
r'\'
^
SyntaxErro