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.)
This commit is contained in:
Neal Norwitz 2002-11-15 22:53:27 +00:00
parent 54f47ce2f0
commit 4e06fbde27
1 changed files with 6 additions and 1 deletions

View File

@ -30,6 +30,10 @@ Rationale
compatible with the previous released version of Python in order
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
@ -68,6 +72,7 @@ Backward Compatible Packages, Modules, and Tools
compiler Jeremy Hylton 2.1
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
xmlrpclib Fredrik Lundh 1.5.2
@ -75,7 +80,7 @@ Backward Compatible Packages, Modules, and Tools
Tool Maintainer(s) Python Version
---- ------------- --------------
scripts/freeze/modulefinder Thomas Heller 1.5.2
None
Copyright