[Python-Dev] PEP 287: reStructuredText Standard Docstring Format (original) (raw)

David Goodger goodger@users.sourceforge.net
Tue, 02 Apr 2002 19:43:25 -0500


Guido van Rossum wrote: Guido van Rossum wrote:

Good PEP, David!

Thanks! I'll take the generally positive tone of your reply as a good sign.

What's the next step?

Mark the PEP as "Accepted"? But first, I'd like to address any issues that may be raised. I'd like to give people a few days at least to respond. Does a lack of responses mean that there are no issues?

I came here for a good argument!

Seriously though, just accepting the PEP would be great progress.

Should the processing code be incorporated in the standard library?

It's not ready for that yet. Here's a summary of the state of the code:

I think the Docutils code should continue to be developed separately from the stdlib, until it is worthy. It may or may not be ready in time for 2.3, depending on the usual factors: my time, getting more interested developers on board, etc. The PEP processing part could be installed before the full docstring processing part is ready; that should be doable for 2.3.

Should we start converting the standard library docs to reStructuredText?

I assume you mean "docstrings"? Oherwise Fred may take exception, at least until LaTeX support is in place. ;-)

There's no rush to convert library docstrings. There won't be a benefit for a while, but there's no danger either.

-- David Goodger goodger@users.sourceforge.net Open-source projects: