[Python-checkins] python/nondist/peps pep-0000.txt,1.204,1.205

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Fri, 02 Aug 2002 06:46:14 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv22973

Modified Files:
	pep-0000.txt 
Log Message:
Some PEP classification updates suggested by David Goodger.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.204
retrieving revision 1.205
diff -C2 -d -r1.204 -r1.205
*** pep-0000.txt	1 Aug 2002 22:32:33 -0000	1.204
--- pep-0000.txt	2 Aug 2002 13:46:12 -0000	1.205
***************
*** 49,52 ****
--- 49,53 ----
   IF  248  Python Database API Specification v1.0       Lemburg
   IF  249  Python Database API Specification v2.0       Lemburg
+  I   257  Docstring Conventions                        Goodger, van Rossum
   IF  272  API for Block Encryption Algorithms v1.0     Kuchling
   I   290  Code Migration and Modernization             Hettinger
***************
*** 74,78 ****
   S   254  Making Classes Look More Like Types          van Rossum
   S   256  Docstring Processing System Framework        Goodger
-  S   257  Docstring Conventions                        Goodger, van Rossum
   S   258  Docutils Design Specification                Goodger
   S   262  Database of Installed Python Packages        Kuchling
--- 75,78 ----
***************
*** 96,100 ****
   S   284  Integer for-loops                            Eppstein, Ewing
   S   286  Enhanced Argument Tuples                     von Loewis
!  S   287  reStructuredText Docstring Format            Goodger
   I   291  Backward Compatibility for Standard Library  Norwitz
   S   292  Simpler String Substitutions                 Warsaw
--- 96,100 ----
   S   284  Integer for-loops                            Eppstein, Ewing
   S   286  Enhanced Argument Tuples                     von Loewis
!  I   287  reStructuredText Docstring Format            Goodger
   I   291  Backward Compatibility for Standard Library  Norwitz
   S   292  Simpler String Substitutions                 Warsaw
***************
*** 246,250 ****
   SF  255  Simple Generators                            Schemenauer, et al
   S   256  Docstring Processing System Framework        Goodger
!  S   257  Docstring Conventions                        Goodger, van Rossum
   S   258  Docutils Design Specification                Goodger
   SR  259  Omit printing newline after newline          van Rossum
--- 246,250 ----
   SF  255  Simple Generators                            Schemenauer, et al
   S   256  Docstring Processing System Framework        Goodger
!  I   257  Docstring Conventions                        Goodger, van Rossum
   S   258  Docutils Design Specification                Goodger
   SR  259  Omit printing newline after newline          van Rossum
***************
*** 276,280 ****
   SF  285  Adding a bool type                           van Rossum
   S   286  Enhanced Argument Tuples                     von Loewis
!  S   287  reStructuredText Docstring Format            Goodger
   SD  288  Generators Attributes and Exceptions         Hettinger
   SR  289  Generator Comprehensions                     Hettinger
--- 276,280 ----
   SF  285  Adding a bool type                           van Rossum
   S   286  Enhanced Argument Tuples                     von Loewis
!  I   287  reStructuredText Docstring Format            Goodger
   SD  288  Generators Attributes and Exceptions         Hettinger
   SR  289  Generator Comprehensions                     Hettinger