Chris Rebert: > Only modules, classes, and functions/methods can have docstrings > associated with them. > For anything else, you have to use comments; or you can mention them > in the docstrings of related things. What about adding docstrings to other Python things, especially to variables? Bye, bearophile