On Wed, Jul 7, 2010 at 4:58 PM, Georg Brandl <g.bra...@gmx.net> wrote: > Let's say we were okay with giving up single-source docs,
It's not clear that this is a goal. > one potential > problem is that autodoc needs to import the modules in question, which > can become a problem, on one hand for platform-specific modules, on the > other because the Python building the docs is not necessarily the Python > that is documented. This is an excellent point. I'm less worried about the platform-specific issues, since we can decide that those in particular can't use the auto* support, but the need to build docs for different versions/implementations of Python is an interesting use case. -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "A storm broke loose in my mind." --Albert Einstein _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com