[Python-checkins] cpython (merge 3.6 -> default): Closed #29261: merged fix from 3.6.

vinay.sajip python-checkins at python.org
Fri Jan 13 14:18:40 EST 2017


https://hg.python.org/cpython/rev/b76c42656639
changeset:   106139:b76c42656639
parent:      106135:2be38927ea61
parent:      106138:f20b2073dd4a
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Fri Jan 13 19:17:51 2017 +0000
summary:
  Closed #29261: merged fix from 3.6.

files:
  Makefile.pre.in |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1244,7 +1244,7 @@
 		turtledemo \
 		multiprocessing multiprocessing/dummy \
 		unittest unittest/test unittest/test/testmock \
-		venv venv/scripts venv/scripts/posix \
+		venv venv/scripts venv/scripts/common venv/scripts/posix \
 		curses pydoc_data
 libinstall:	build_all $(srcdir)/Modules/xxmodule.c
 	@for i in $(SCRIPTDIR) $(LIBDEST); \

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


More information about the Python-checkins mailing list