Skip to content

Commit

Permalink
Drop the support level for stdwin a notch -- the contents of
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
gvanrossum committed Feb 28, 2000
1 parent 01b3aa4 commit 048e610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 048e610

Please sign in to comment.