diff options
author | Georg Brandl <georg@python.org> | 2007-03-13 10:19:22 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-13 10:19:22 (GMT) |
commit | 18c47f6a3b3cc848dc2fc09329954378e483dce1 (patch) | |
tree | c2d4986af4e762757655b385ea5770fbcfb4501f /Misc/NEWS | |
parent | b6a87542b301e54872807940f71c06be9f03f990 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |