diff options
author | Ned Deily <nad@python.org> | 2016-07-11 18:21:58 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-07-11 18:21:58 (GMT) |
commit | 538f5c47868b0674b1a90a9765c94a13c701f23d (patch) | |
tree | 2760793d00ac6d1fd737025e46c1a543668b8de1 /Doc/tools | |
parent | 702f4f5d6fdb1a49222bb1e70866717f34c3b847 (diff) | |
download | cpython-538f5c47868b0674b1a90a9765c94a13c701f23d.zip cpython-538f5c47868b0674b1a90a9765c94a13c701f23d.tar.gz cpython-538f5c47868b0674b1a90a9765c94a13c701f23d.tar.bz2 |
Issue #27285: Cleanup "suspicious" warnings.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 4d3ecda..6e4a3b3 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -205,7 +205,7 @@ library/uuid,,:uuid,urn:uuid:12345678-1234-5678-1234-567812345678 library/venv,,:param,":param nodist: If True, setuptools and pip are not installed into the" library/venv,,:param,":param progress: If setuptools or pip are installed, the progress of the" library/venv,,:param,":param nopip: If True, pip is not installed into the created" -library/venv,,:param,:param context: The information for the environment creation request +library/venv,,:param,:param context: The information for the virtual environment library/xmlrpc.client,,:pass,http://user:pass@host:port/path library/xmlrpc.client,,:pass,user:pass library/xmlrpc.client,,:port,http://user:pass@host:port/path |