]> granicus.if.org Git - python/commitdiff
Drop the support level for stdwin a notch -- the contents of
authorGuido van Rossum <guido@python.org>
Mon, 28 Feb 2000 19:52:53 +0000 (19:52 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 28 Feb 2000 19:52:53 +0000 (19:52 +0000)
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.)

Makefile.in

index c466162310d01f0e67fdd97aa587d69e2e8938cb..3a01763acf9a756e9005192b50ebbf1b03d141f5 100644 (file)
@@ -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 \