changeset: 95003:de093a1ec51b user: Robert Collins date: Mon Mar 16 15:30:31 2015 +1300 files: Makefile.pre.in Misc/NEWS description: Issue #23585: make patchcheck will ensure the interpreter is built. diff -r ea3cc128ce35 -r de093a1ec51b Makefile.pre.in --- a/Makefile.pre.in Mon Mar 16 15:27:16 2015 +1300 +++ b/Makefile.pre.in Mon Mar 16 15:30:31 2015 +1300 @@ -1622,7 +1622,7 @@ -o -print # Perform some verification checks on any modified files. -patchcheck: +patchcheck: all $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py # Dependencies diff -r ea3cc128ce35 -r de093a1ec51b Misc/NEWS --- a/Misc/NEWS Mon Mar 16 15:27:16 2015 +1300 +++ b/Misc/NEWS Mon Mar 16 15:30:31 2015 +1300 @@ -48,6 +48,10 @@ The usage of os.scandir() reduces the number of calls to os.stat(). Initial patch written by Ben Hoyt. +Build +----- + +- Issue #23585: make patchcheck will ensure the interpreter is built. What's New in Python 3.5 alpha 2? =================================