[Python-Dev] should doc string content == documentation content?
Greg Ewing
greg.ewing at canterbury.ac.nz
Mon Jul 25 03:56:33 CEST 2005
Fred L. Drake, Jr. wrote:
> 6. Most Python processes don't need the docs anyway. I suspect the
> docstrings are used primarily in the interactive interpreter and other
> development tools.
Maybe docstrings should be kept in a separate part of the
.pyc file, and not loaded into memory until requested?
--
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury, | A citizen of NewZealandCorp, a |
Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. |
greg.ewing at canterbury.ac.nz +--------------------------------------+
More information about the Python-Dev
mailing list