Author: Philip Jenvey <pjen...@underboss.org> Branch: py3k Changeset: r84714:844a46218fdf Date: 2016-05-26 12:24 -0700 http://bitbucket.org/pypy/pypy/changeset/844a46218fdf/
Log: _subprocess -> _winapi diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_winapi.py rename from lib_pypy/_subprocess.py rename to lib_pypy/_winapi.py --- a/lib_pypy/_subprocess.py +++ b/lib_pypy/_winapi.py @@ -85,7 +85,7 @@ del ctypes -# Now the _subprocess module implementation +# Now the _winapi module implementation from ctypes import c_int as _c_int, byref as _byref, WinError as _WinError _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit