[Python-checkins] r68911 - peps/trunk/pep-0374.txt
brett.cannon
python-checkins at python.org
Sat Jan 24 23:19:46 CET 2009
Author: brett.cannon
Date: Sat Jan 24 23:19:46 2009
New Revision: 68911
Log:
Add a note that it is possible no switch will occur.
Modified:
peps/trunk/pep-0374.txt
Modified: peps/trunk/pep-0374.txt
==============================================================================
--- peps/trunk/pep-0374.txt (original)
+++ peps/trunk/pep-0374.txt Sat Jan 24 23:19:46 2009
@@ -93,7 +93,11 @@
This PEP explores the issue of changing Python's use of Subversion
for any of the current Python-implemented DVCSs, in order to gain
-the benefits outlined above.
+the benefits outlined above. This PEP does not guarantee that a switch
+to a DVCS will occur at the conclusion of this PEP. It is quite
+possible that no clear winner will be found and that svn will continue
+to be used. If this happens, this PEP will be revisited and revised in
+the future as the state of DVCSs evolves.
Terminology
More information about the Python-checkins
mailing list