Author: Matti Picus <[email protected]> Branch: Changeset: r93888:15dc09ae89b8 Date: 2018-02-25 21:47 -0500 http://bitbucket.org/pypy/pypy/changeset/15dc09ae89b8/
Log: formatting diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_differences.rst +++ b/pypy/doc/cpython_differences.rst @@ -554,9 +554,9 @@ versions of PyPy may have to rename the arguments if CPython starts accepting them too. -* PyPy3: `distutils` has been enhanced to allow finding `VsDevCmd.bat` in the - directory pointed to by the `VS%0.f0COMNTOOLS` (typically `VS140COMNTOOLS`) - environment variable. CPython searches for `vcvarsall.bat` somewhere _above_ +* PyPy3: ``distutils`` has been enhanced to allow finding ``VsDevCmd.bat`` in the + directory pointed to by the ``VS%0.f0COMNTOOLS`` (typically ``VS140COMNTOOLS``) + environment variable. CPython searches for ``vcvarsall.bat`` somewhere **above** that value. .. _`is ignored in PyPy`: http://bugs.python.org/issue14621 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
