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

brett.cannon python-checkins at python.org
Fri Mar 6 23:11:02 CET 2009


Author: brett.cannon
Date: Fri Mar  6 23:11:00 2009
New Revision: 70206

Log:
Update for Mercurial 1.2.

Modified:
   peps/trunk/pep-0374.txt

Modified: peps/trunk/pep-0374.txt
==============================================================================
--- peps/trunk/pep-0374.txt	(original)
+++ peps/trunk/pep-0374.txt	Fri Mar  6 23:11:00 2009
@@ -204,7 +204,7 @@
 Name       Short Name Version 2.x Trunk Mirror                    3.x Trunk Mirror
 ---------- ---------- ------- ----------------------------------- ------------------------------------------
 Bazaar_    bzr        1.12    http://code.python.org/python/trunk http://code.python.org/python/3.0
-Mercurial_ hg         1.1.2   http://code.python.org/hg/trunk/    http://code.python.org/hg/branches/py3k/
+Mercurial_ hg         1.2.0   http://code.python.org/hg/trunk/    http://code.python.org/hg/branches/py3k/
 git_       N/A        1.6.1   git://code.python.org/python/trunk  git://code.python.org/python/branches/py3k
 ========== ========== ======= =================================== ==========================================
 
@@ -1191,11 +1191,8 @@
 while Mercurial and git require you to rely on a third-party for
 binaries. Both bzr and hg have a tortoise version while git does not.
 
-Bazaar also has the benefit of being written in pure Python, making
-a Python VM the bare minimum requirement to work. It does have Pyrex
-extensions which are optional, but highly recommended for
-performance reasons. Mercurial requires the compilation of an
-extension module and git is pure C and thus also requires a compiler.
+Bazaar and Mercurial also has the benefit of being available in pure
+Python with optional extensions available for performance.
 
 
 CRLF -> LF Support


More information about the Python-checkins mailing list