How to create a docstring for a module?

Dr. Phillip M. Feldman pfeldman at verizon.net
Sun Dec 6 15:34:53 EST 2009


OK.  I was able to reproduce the problem.  My difficulty was that the command
that I issued initially was "from xyz import *" rather than just "import
xyz".  If I say "import xyz", then the docstring is defined; if I say "from
xyz import *", it isn't.  I'm not sure whether this is a bug or expected
behavior.
-- 
View this message in context: http://old.nabble.com/How-to-create-a-docstring-for-a-module--tp26662729p26668758.html
Sent from the Python - python-list mailing list archive at Nabble.com.




More information about the Python-list mailing list