[Python-checkins] python/nondist/peps pep-0350.txt,1.2,1.3

goodger@users.sourceforge.net goodger at users.sourceforge.net
Tue Sep 27 01:38:18 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30563

Modified Files:
	pep-0350.txt 
Log Message:
minor revision by the author

Index: pep-0350.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0350.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pep-0350.txt	26 Sep 2005 19:56:53 -0000	1.2
+++ pep-0350.txt	26 Sep 2005 23:38:14 -0000	1.3
@@ -7,7 +7,7 @@
 Type: Informational
 Content-Type: text/x-rst
 Created: 27-Jun-2005
-Post-History: 10-Aug-2005
+Post-History: 10-Aug-2005, 26-Sep-2005
 
 
 Abstract
@@ -20,11 +20,11 @@
 represent a very lightweight programming micro-paradigm and become
 useful for project management, documentation, change tracking, and
 project health monitoring.  This is submitted as a PEP because its
-ideas are Pythonic, although the concepts are not unique to Python
-programming.  Herein are the definition of codetags, the philosophy
-behind them, a motivation for standardized conventions, some examples,
-a specification, a toolset description, and possible objections to the
-Codetag project/paradigm.
+ideas are thought to be Pythonic, although the concepts are not unique
+to Python programming.  Herein are the definition of codetags, the
+philosophy behind them, a motivation for standardized conventions,
+some examples, a specification, a toolset description, and possible
+objections to the Codetag project/paradigm.
 
 This PEP is also living as a wiki_ for people to add comments.
 
@@ -270,7 +270,7 @@
 ``SEE (REF, REFERENCE)``
    *See*: Pointers to other code, web link, etc.
 
-``DOCDO (TODOC, DODOC, NEEDSDOC, EXPLAIN, DOCUMENT)``
+``TODOC (DOCDO, DODOC, NEEDSDOC, EXPLAIN, DOCUMENT)``
    *Needs Documentation*: Areas of code that still need to be
    documented.
 



More information about the Python-checkins mailing list