[pypy-commit] pypy pypy3-release-2.3.x: merge py3k

pjenvey noreply at buildbot.pypy.org
Mon Jun 23 03:57:31 CEST 2014


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: pypy3-release-2.3.x
Changeset: r72147:284180f48e94
Date: 2014-06-22 18:56 -0700
http://bitbucket.org/pypy/pypy/changeset/284180f48e94/

Log:	merge py3k

diff --git a/lib-python/3/distutils/sysconfig_pypy.py b/lib-python/3/distutils/sysconfig_pypy.py
--- a/lib-python/3/distutils/sysconfig_pypy.py
+++ b/lib-python/3/distutils/sysconfig_pypy.py
@@ -52,7 +52,7 @@
     if prefix is None:
         prefix = PREFIX
     if standard_lib:
-        return os.path.join(prefix, "lib-python", get_python_version())
+        return os.path.join(prefix, "lib-python", sys.version[0])
     return os.path.join(prefix, 'site-packages')
 
 


More information about the pypy-commit mailing list