[Python-checkins] cpython (merge 3.6 -> default): Merge with 3.6

zach.ware python-checkins at python.org
Fri Nov 18 00:32:50 EST 2016


https://hg.python.org/cpython/rev/d0ed9643cd57
changeset:   105181:d0ed9643cd57
parent:      105179:53f5e16695d0
parent:      105180:728c473798b3
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu Nov 17 23:31:29 2016 -0600
summary:
  Merge with 3.6

files:
  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
--- a/Doc/tools/susp-ignored.csv
+++ b/Doc/tools/susp-ignored.csv
@@ -189,6 +189,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])"

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list