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

benjamin.peterson python-checkins at python.org
Fri Jun 19 16:07:33 CEST 2009


Author: benjamin.peterson
Date: Fri Jun 19 16:07:32 2009
New Revision: 73479

Log:
qualify

Modified:
   peps/trunk/pep-0387.txt

Modified: peps/trunk/pep-0387.txt
==============================================================================
--- peps/trunk/pep-0387.txt	(original)
+++ peps/trunk/pep-0387.txt	Fri Jun 19 16:07:32 2009
@@ -68,7 +68,8 @@
    PendingDeprecationWarning may be used in special cases were the old and new
    versions of the API will coexist for many releases.
 
-3. Wait for a release.
+3. Wait for a release of whichever tree (trunk or py3k) contains the
+   warning.
 
 4. See if there's any feedback.  Users not involved in the original discussions
    may comment now after seeing the warning.  Perhaps reconsider.


More information about the Python-checkins mailing list