summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-13 10:19:22 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-13 10:19:22 (GMT)
commit18c47f6a3b3cc848dc2fc09329954378e483dce1 (patch)
treec2d4986af4e762757655b385ea5770fbcfb4501f /Misc/NEWS
parentb6a87542b301e54872807940f71c06be9f03f990 (diff)
downloadcpython-18c47f6a3b3cc848dc2fc09329954378e483dce1.zip
cpython-18c47f6a3b3cc848dc2fc09329954378e483dce1.tar.gz
cpython-18c47f6a3b3cc848dc2fc09329954378e483dce1.tar.bz2
Patch #1569798: fix a bug in distutils when building Python from a
directory within sys.exec_prefix.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 605d9b5..fa17fb9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -646,6 +646,9 @@ Tools/Demos
Build
-----
+- Patch #1569798: fix a bug in distutils when building Python from a
+ directory within sys.exec_prefix.
+
- Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86.
- Disable _XOPEN_SOURCE on NetBSD 1.x.