mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
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.)
This commit is contained in:
parent
01b3aa4d08
commit
048e6103f2
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ maninstall:
|
||||||
# Install the library
|
# Install the library
|
||||||
PLATDIR= plat-$(MACHDEP)
|
PLATDIR= plat-$(MACHDEP)
|
||||||
MACHDEPS= $(PLATDIR)
|
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)
|
libinstall: python $(srcdir)/Lib/$(PLATDIR)
|
||||||
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
||||||
do \
|
do \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue