Skip to content

Commit 414c2d7

Browse files
committed
Add Python-3.6.5
1 parent 3033395 commit 414c2d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmd/pythonbrew/pythonbrew.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func main() {
1414
l := log.NewFileLogger()
1515
l.Errorf("An error has occurred: %v", err)
1616
l.Verbosef("%+v", err)
17-
l.Warnf("See more details: %s", l.Path())
17+
l.Printf("See more details: %s", l.Path())
1818
os.Exit(1)
1919
}
2020
}

origin/python_package.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ var pythonPackages = map[string]Package{
7676
"3.6.2": NewPythonPackage("https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tgz#e1a36bfffdd1d3a780b1825daf16e56c"),
7777
"3.6.3": NewPythonPackage("https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tgz#e9180c69ed9a878a4a8a3ab221e32fa9"),
7878
"3.6.4": NewPythonPackage("https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tgz#9de6494314ea199e3633211696735f65"),
79+
"3.6.5": NewPythonPackage("https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz#ab25d24b1f8cc4990ade979f6dc37883"),
7980
}
8081

8182
func (p *pythonPackage) Type() PackageType {

0 commit comments

Comments
 (0)