[Python-checkins] python/nondist/peps pep-0291.txt,1.1,1.2

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Fri, 15 Nov 2002 14:53:29 -0800


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

Modified Files:
	pep-0291.txt 
Log Message:
Add logging package backward compatibility reqt for 1.5.2
Guido wants a comment at the top of each file that has a compatibility reqt
Remove modulefinder as having a compatibility reqt
(I think this is what Guido and Thomas agreed to, let me know if not.)


Index: pep-0291.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0291.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pep-0291.txt	7 Jun 2002 02:47:13 -0000	1.1
--- pep-0291.txt	15 Nov 2002 22:53:27 -0000	1.2
***************
*** 31,34 ****
--- 31,38 ----
      to make bug fixes easier to backport.
  
+     In addition to a package or module being listed in this PEP, 
+     authors must add a comment at the top of each file documenting
+     the compatibility requirement.
+ 
  
  Features to Avoid
***************
*** 69,72 ****
--- 73,77 ----
      distutils          Andrew Kuchling             1.5.2
      email              Barry Warsaw                2.1
+     logging            Vinay Sajip                 1.5.2
      sre                Fredrik Lundh               1.5.2
      xml (PyXML)        Martin v. Loewis            2.0
***************
*** 76,80 ****
      Tool                         Maintainer(s)   Python Version
      ----                         -------------   --------------
!     scripts/freeze/modulefinder  Thomas Heller       1.5.2
  
  
--- 81,85 ----
      Tool                         Maintainer(s)   Python Version
      ----                         -------------   --------------
!     None