mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
fix the Makefile so it doesn't pollute sys.path
#4349 reviewed by Christian
This commit is contained in:
parent
de60347b66
commit
4f39d22d26
2 changed files with 3 additions and 1 deletions
|
@ -801,7 +801,6 @@ maninstall:
|
||||||
# Install the library
|
# Install the library
|
||||||
PLATDIR= plat-$(MACHDEP)
|
PLATDIR= plat-$(MACHDEP)
|
||||||
EXTRAPLATDIR= @EXTRAPLATDIR@
|
EXTRAPLATDIR= @EXTRAPLATDIR@
|
||||||
EXTRAMACHDEPPATH=@EXTRAMACHDEPPATH@
|
|
||||||
MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
|
MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
|
||||||
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
|
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
|
||||||
LIBSUBDIRS= tkinter site-packages test test/output test/data \
|
LIBSUBDIRS= tkinter site-packages test test/output test/data \
|
||||||
|
|
|
@ -13,6 +13,9 @@ What's New in Python 3.0 release candiate 3?
|
||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Issue #4349: sys.path included a non-existent platform directory because of a
|
||||||
|
faulty Makefile.
|
||||||
|
|
||||||
- Issue #3327: Don't overallocate in the modules_by_index list.
|
- Issue #3327: Don't overallocate in the modules_by_index list.
|
||||||
|
|
||||||
- Issue #1721812: Binary set operations and copy() returned the input type
|
- Issue #1721812: Binary set operations and copy() returned the input type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue