[pypy-commit] pypy py3.5: update docstring

arigo pypy.commits at gmail.com
Wed Feb 1 04:13:15 EST 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.5
Changeset: r89873:87a4dd850dad
Date: 2017-02-01 10:12 +0100
http://bitbucket.org/pypy/pypy/changeset/87a4dd850dad/

Log:	update docstring

diff --git a/pypy/module/cpyext/stubs.py b/pypy/module/cpyext/stubs.py
--- a/pypy/module/cpyext/stubs.py
+++ b/pypy/module/cpyext/stubs.py
@@ -1008,7 +1008,8 @@
 
 @cpython_api([rffi.INT_real, CWCHARPP], lltype.Void)
 def PySys_SetArgv(space, argc, argv):
-    """This function works like PySys_SetArgvEx() with updatepath set to 1."""
+    """This function works like PySys_SetArgvEx() with updatepath set
+    to 1 unless the python interpreter was started with the option -I."""
     raise NotImplementedError
 
 @cpython_api([rffi.CWCHARP], lltype.Void)


More information about the pypy-commit mailing list