diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-09-20 05:46:06 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-09-20 05:46:06 (GMT) |
commit | be54d6d2f3a4f2f73caf4980046e53bfc5a6901a (patch) | |
tree | 5a5ef63c86fa2e8de2182f71716a271fa211dd8d | |
parent | 7598e18bf236a035fe16c62c0ca51290dfd21949 (diff) | |
download | cpython-be54d6d2f3a4f2f73caf4980046e53bfc5a6901a.zip cpython-be54d6d2f3a4f2f73caf4980046e53bfc5a6901a.tar.gz cpython-be54d6d2f3a4f2f73caf4980046e53bfc5a6901a.tar.bz2 |
Update suspicious ignore file.
-rw-r--r-- | Doc/tools/sphinxext/susp-ignored.csv | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/tools/sphinxext/susp-ignored.csv b/Doc/tools/sphinxext/susp-ignored.csv index 7317ca2..138e000 100644 --- a/Doc/tools/sphinxext/susp-ignored.csv +++ b/Doc/tools/sphinxext/susp-ignored.csv @@ -124,9 +124,8 @@ library/functions,,:step,a[start:stop:step] library/functions,,:stop,"a[start:stop, i]" library/functions,,:stop,a[start:stop:step] library/hotshot,,:lineno,"ncalls tottime percall cumtime percall filename:lineno(function)" -library/http.client,52,:port,host:port +library/http.client,,:port,host:port library/http.cookies,,`,!#$%&'*+-.^_`|~: -library/httplib,,:port,host:port library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS" library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS" library/inspect,,:int,">>> def foo(a, *, b:int, **kwargs):" |