contrib: make Python 2.7.9 the default in Makefile.python
authorMads Kiilerich <madski@unity3d.com>
Fri, 16 Jan 2015 04:26:25 +0100
changeset 23880 c0c4713c3010
parent 23879 b88278a308c6
child 23881 33471119267b
contrib: make Python 2.7.9 the default in Makefile.python We should utilize (and test) the big API changes and new TLS functionality in Python 2.7.9 whenever possible.
contrib/Makefile.python
--- a/contrib/Makefile.python	Sun Jan 11 01:51:52 2015 +0100
+++ b/contrib/Makefile.python	Fri Jan 16 04:26:25 2015 +0100
@@ -1,4 +1,4 @@
-PYTHONVER=2.7.8
+PYTHONVER=2.7.9
 PYTHONNAME=python-
 PREFIX=$(HOME)/bin/prefix-$(PYTHONNAME)$(PYTHONVER)
 SYMLINKDIR=$(HOME)/bin
@@ -27,7 +27,7 @@
 # debian: apt-get install zlib1g-dev libbz2-dev libssl-dev
 	@echo
 	@echo 'To build a nice collection of interesting Python versions:'
-	@echo '  $$ for v in 2.{4{,.2,.3},5{,.6},6{,.1,.2,.9},7{,.8}}; do'
+	@echo '  $$ for v in 2.{4{,.2,.3},5{,.6},6{,.1,.2,.9},7{,.8,.9}}; do'
 	@echo '    make -f Makefile.python symlink PYTHONVER=$$v || break; done'
 	@echo 'To run a Mercurial test on all these Python versions:'
 	@echo '  $$ for py in `cd ~/bin && ls $(PYTHONNAME)2.*`; do'