[Python-checkins] CVS: python/nondist/peps pep-0216.txt,1.1,1.2

Barry Warsaw python-dev@python.org
Tue, 22 Aug 2000 22:49:30 -0700


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

Modified Files:
	pep-0216.txt 
Log Message:
Informational PEPs don't need a Python-Version:


Index: pep-0216.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0216.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pep-0216.txt	2000/07/31 15:05:19	1.1
--- pep-0216.txt	2000/08/23 05:49:27	1.2
***************
*** 2,9 ****
  Title: Docstring Format
  Version: $Revision$
! Owner: moshez@math.huji.ac.il (Moshe Zadka)
! Python-Version: 2.x
  Status: Draft
! 
  
  
--- 2,9 ----
  Title: Docstring Format
  Version: $Revision$
! Author: moshez@math.huji.ac.il (Moshe Zadka)
  Status: Draft
! Type: Informational
! Created: 31-Jul-2000