[pypy-commit] pypy default: Fixed typo in the stdlib upgrade guide

alex_gaynor noreply at buildbot.pypy.org
Sun Dec 14 19:36:14 CET 2014


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r74920:799a6016cf54
Date: 2014-12-14 10:36 -0800
http://bitbucket.org/pypy/pypy/changeset/799a6016cf54/

Log:	Fixed typo in the stdlib upgrade guide

diff --git a/lib-python/stdlib-upgrade.txt b/lib-python/stdlib-upgrade.txt
--- a/lib-python/stdlib-upgrade.txt
+++ b/lib-python/stdlib-upgrade.txt
@@ -7,7 +7,7 @@
 
 1. check out the branch vendor/stdlib
 2. upgrade the files there
-3. update stdlib-versions.txt with the output of hg -id from the cpython repo
+3. update stdlib-version.txt with the output of hg -id from the cpython repo
 4. commit
 5. update to default/py3k
 6. create a integration branch for the new stdlib


More information about the pypy-commit mailing list