[pypy-commit] pypy py3.5: Remove wrong comment.

mjacob pypy.commits at gmail.com
Thu Mar 2 04:28:38 EST 2017


Author: Manuel Jacob <me at manueljacob.de>
Branch: py3.5
Changeset: r90454:b5b35960baa6
Date: 2017-03-02 10:27 +0100
http://bitbucket.org/pypy/pypy/changeset/b5b35960baa6/

Log:	Remove wrong comment.

diff --git a/lib-python/3/sysconfig.py b/lib-python/3/sysconfig.py
--- a/lib-python/3/sysconfig.py
+++ b/lib-python/3/sysconfig.py
@@ -416,7 +416,6 @@
 
 def _init_posix(vars):
     """Initialize the module as appropriate for POSIX systems."""
-    # _sysconfigdata is generated at build time, see _generate_posix_vars()
     from _sysconfigdata import build_time_vars
     vars.update(build_time_vars)
 


More information about the pypy-commit mailing list