[Python-checkins] r70847 - peps/trunk/pep-0374.txt

brett.cannon python-checkins at python.org
Tue Mar 31 19:56:41 CEST 2009


Author: brett.cannon
Date: Tue Mar 31 19:56:40 2009
New Revision: 70847

Log:
Update PEP 374 that Mercurial has been chosen (no details yet, though).

Modified:
   peps/trunk/pep-0374.txt

Modified: peps/trunk/pep-0374.txt
==============================================================================
--- peps/trunk/pep-0374.txt	(original)
+++ peps/trunk/pep-0374.txt	Tue Mar 31 19:56:40 2009
@@ -15,7 +15,8 @@
 
 .. warning::
    This PEP is in the draft stages and is still under active
-   development.
+   development in terms of the transition plan even though Hg is the
+   chosen DVCS.
 
 
 Rationale
@@ -1457,11 +1458,11 @@
 Chosen DVCS
 ===========
 
-XXX
-::
+The `decision
+<http://mail.python.org/pipermail/python-dev/2009-March/087931.html>`_
+was made at PyCon 2009 to go with Mercurial_.
 
-    import random
-    print(random.choice(['svn', 'bzr', 'hg', 'git']))
+XXX details as to why
 
 
 Transition Plan


More information about the Python-checkins mailing list