Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de60347 commit 4f39d22Copy full SHA for 4f39d22
2 files changed
Makefile.pre.in
@@ -801,7 +801,6 @@ maninstall:
801
# Install the library
802
PLATDIR= plat-$(MACHDEP)
803
EXTRAPLATDIR= @EXTRAPLATDIR@
804
-EXTRAMACHDEPPATH=@EXTRAMACHDEPPATH@
805
MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
806
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
807
LIBSUBDIRS= tkinter site-packages test test/output test/data \
Misc/NEWS
@@ -13,6 +13,9 @@ What's New in Python 3.0 release candiate 3?
13
Core and Builtins
14
-----------------
15
16
+- Issue #4349: sys.path included a non-existent platform directory because of a
17
+ faulty Makefile.
18
+
19
- Issue #3327: Don't overallocate in the modules_by_index list.
20
21
- Issue #1721812: Binary set operations and copy() returned the input type
0 commit comments