[Python-checkins] r74568 - peps/trunk/pep-0387.txt

benjamin.peterson python-checkins at python.org
Fri Aug 28 18:30:08 CEST 2009


Author: benjamin.peterson
Date: Fri Aug 28 18:30:08 2009
New Revision: 74568

Log:
tests are not public

Modified:
   peps/trunk/pep-0387.txt

Modified: peps/trunk/pep-0387.txt
==============================================================================
--- peps/trunk/pep-0387.txt	(original)
+++ peps/trunk/pep-0387.txt	Fri Aug 28 18:30:08 2009
@@ -55,6 +55,9 @@
 
 - Inheritance patterns of internal classes.
 
+- Test suites.  (Anything in the Lib/test directory or test
+  subdirectories of packages.)
+
 This is the basic policy for backwards compatibility:
 
 * Unless it is going through the deprecation process below, the


More information about the Python-checkins mailing list