diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-11-18 05:30:27 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-11-18 05:30:27 (GMT) |
commit | d23881e3a06ca79c325d56fe98b1f72237b7a492 (patch) | |
tree | efde6be7824d8ad4d54c3169e3bc095f8ac60576 /Doc/tools | |
parent | a3950e42b0806c3a2d350561c80221993b596e7d (diff) | |
download | cpython-d23881e3a06ca79c325d56fe98b1f72237b7a492.zip cpython-d23881e3a06ca79c325d56fe98b1f72237b7a492.tar.gz cpython-d23881e3a06ca79c325d56fe98b1f72237b7a492.tar.bz2 |
Ignore newly added suspicious line
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index cb01c85..96483c4 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -189,6 +189,7 @@ library/pprint,,::,"'Programming Language :: Python :: 2.7'," library/profile,,:lineno,filename:lineno(function) library/pyexpat,,:elem1,<py:elem1 /> library/pyexpat,,:py,"xmlns:py = ""http://www.python.org/ns/"">" +library/random,,:len,new_diff = mean(combined[:len(drug)]) - mean(combined[len(drug):]) library/smtplib,,:port,method must support that as well as a regular host:port library/socket,,::,'5aef:2b::8' library/socket,,:can,"return (can_id, can_dlc, data[:can_dlc])" |