Author: Martin Matusiak <[email protected]>
Branch: improve-docs-fixes
Changeset: r72667:a8628eb1bb4f
Date: 2014-08-03 18:06 +0200
http://bitbucket.org/pypy/pypy/changeset/a8628eb1bb4f/

Log:    refer to PyPy3 rather than Python 3.3

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -61,7 +61,7 @@
 bz2
     libbz2
 
-lzma (required for Python 3.3 and later)
+lzma (required for PyPy3)
     liblzma
 
 sqlite3
@@ -84,14 +84,14 @@
     apt-get install gcc make libffi-dev pkg-config libz-dev libbz2-dev \
     libsqlite3-dev libncurses-dev libexpat1-dev libssl-dev
 
-For Python 3.3 you will also need ``liblzma-dev``.
+For PyPy3 you will also need ``liblzma-dev``.
 
 On Fedora::
 
     yum install gcc make libffi-devel pkgconfig zlib-devel bzip2-devel \
     lib-sqlite3-devel ncurses-devel expat-devel openssl-devel
 
-For Python 3.3 you will also need ``xz-devel``.
+For PyPy3 you will also need ``xz-devel``.
 
 On Mac OS X, most of these build-time dependencies are installed alongside
 the Developer Tools. However, note that in order for the installation to
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to