[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.14,1.15

Barry Warsaw python-dev@python.org
Mon, 31 Jul 2000 08:06:49 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv6017

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP 216, Docstring Format, assigned to Moshe Zadka


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** pep-0000.txt	2000/07/28 05:49:32	1.14
--- pep-0000.txt	2000/07/31 15:06:47	1.15
***************
*** 5,9 ****
  Status: Active
  
- 
  Introduction
  
--- 5,8 ----
***************
*** 12,15 ****
--- 11,15 ----
      once assigned are never changed.
  
+ 
  Index
  
***************
*** 37,40 ****
--- 37,41 ----
       214  pep-0214.txt  Extended Print Statement             bwarsaw
       215  pep-0215.txt  String Interpolation                 ping
+      216  pep-0216.txt  Docstring Format                     moshez