Merge with 3.6

This commit is contained in:
Zachary Ware 2016-11-17 23:31:29 -06:00
commit 3d1caab7b9
1 changed files with 1 additions and 0 deletions

View File

@ -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])"

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
189 library/profile :lineno filename:lineno(function)
190 library/pyexpat :elem1 <py:elem1 />
191 library/pyexpat :py xmlns:py = "http://www.python.org/ns/">
192 library/random :len new_diff = mean(combined[:len(drug)]) - mean(combined[len(drug):])
193 library/smtplib :port method must support that as well as a regular host:port
194 library/socket :: '5aef:2b::8'
195 library/socket :can return (can_id, can_dlc, data[:can_dlc])