[Python-Dev] new PEP candidates
David Goodger
dgoodger@bigfoot.com
Sun, 03 Jun 2001 10:39:42 -0400
I have just posted three related PEP candidates to the Doc-SIG:
- PEP: Docstring Processing System Framework
http://mail.python.org/pipermail/doc-sig/2001-June/001855.html
- PEP: DPS Generic Implementation Details
http://mail.python.org/pipermail/doc-sig/2001-June/001856.html
- PEP: Docstring Conventions
http://mail.python.org/pipermail/doc-sig/2001-June/001857.html
These are all part of the newly created Python Docstring Processing System
project, http://docstring.sf.net.
Barry: Please assign PEP numbers to these if possible. Once PEP numbers have
been assigned, I will post to comp.lang.python. Thanks.
A related project is the second draft of reStructuredText, a docstring
markup syntax definition. The project is http://structuredtext.sf.net, and
I've posted the following to Doc-SIG:
- An Introduction to reStructuredText
http://mail.python.org/pipermail/doc-sig/2001-June/001858.html
- Problems With StructuredText
http://mail.python.org/pipermail/doc-sig/2001-June/001859.html
- reStructuredText Markup Specification
http://mail.python.org/pipermail/doc-sig/2001-June/001860.html
- Python Extensions to the reStructuredText Markup Specification
http://mail.python.org/pipermail/doc-sig/2001-June/001861.html
I am not seeking PEP status for reStructuredText at this time; I think it's
one step too far removed from the Python language to warrant a PEP. If you
think it *should* be a PEP, I will be happy to convert it.
--
David Goodger dgoodger@bigfoot.com Open-source projects:
- Python Docstring Processing System: http://docstring.sf.net
- reStructuredText: http://structuredtext.sf.net
- The Go Tools Project: http://gotools.sf.net