From: Guido van Rossum Date: Mon, 28 Feb 2000 19:52:53 +0000 (+0000) Subject: Drop the support level for stdwin a notch -- the contents of X-Git-Tag: v1.6a1~334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=048e6103f29d0720d52a64dcecdebdec9eb7c780;p=python Drop the support level for stdwin a notch -- the contents of lib-stdwin is no longer installed. Increase the support level for other obsolete modules a bit: install lib-old by default. It still isn't in the path by default, but at least it's easier to add to your $PYTHONPATH this way. (This makes sense because in 1.6 we're much more aggressive with declaring modules obsolete.) --- diff --git a/Makefile.in b/Makefile.in index c466162310..3a01763acf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -289,7 +289,7 @@ maninstall: # Install the library PLATDIR= plat-$(MACHDEP) MACHDEPS= $(PLATDIR) -LIBSUBDIRS= lib-stdwin lib-tk test test/output $(MACHDEPS) +LIBSUBDIRS= lib-old lib-tk test test/output $(MACHDEPS) libinstall: python $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ do \