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:
parent
54f47ce2f0
commit
4e06fbde27
|
@ -30,6 +30,10 @@ Rationale
|
||||||
compatible with the previous released version of Python in order
|
compatible with the previous released version of Python in order
|
||||||
to make bug fixes easier to backport.
|
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
|
Features to Avoid
|
||||||
|
|
||||||
|
@ -68,6 +72,7 @@ Backward Compatible Packages, Modules, and Tools
|
||||||
compiler Jeremy Hylton 2.1
|
compiler Jeremy Hylton 2.1
|
||||||
distutils Andrew Kuchling 1.5.2
|
distutils Andrew Kuchling 1.5.2
|
||||||
email Barry Warsaw 2.1
|
email Barry Warsaw 2.1
|
||||||
|
logging Vinay Sajip 1.5.2
|
||||||
sre Fredrik Lundh 1.5.2
|
sre Fredrik Lundh 1.5.2
|
||||||
xml (PyXML) Martin v. Loewis 2.0
|
xml (PyXML) Martin v. Loewis 2.0
|
||||||
xmlrpclib Fredrik Lundh 1.5.2
|
xmlrpclib Fredrik Lundh 1.5.2
|
||||||
|
@ -75,7 +80,7 @@ Backward Compatible Packages, Modules, and Tools
|
||||||
|
|
||||||
Tool Maintainer(s) Python Version
|
Tool Maintainer(s) Python Version
|
||||||
---- ------------- --------------
|
---- ------------- --------------
|
||||||
scripts/freeze/modulefinder Thomas Heller 1.5.2
|
None
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
|
Loading…
Reference in New Issue