Hello, I recently started playing with using docstrings more fully and discovered a problem. I can't use apostrophes in multi-line comments without confusing python-mode.
For example: > def my_sqrt(x): > '''Computes squareroot. > > Note: This function doesn't know about imaginary numbers, to it > can't handle negative parameters. > ''' It gets all confused by the single quotes. Am I misunderstanding something? Thanks, -kb _______________________________________________ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode