summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTrent Nelson <trent@trent.me>2012-10-16 12:17:11 (GMT)
committerTrent Nelson <trent@trent.me>2012-10-16 12:17:11 (GMT)
commitb16269e375ec3b9dd656d64469f3810b4a0eec81 (patch)
tree3be912ed70d0a7bd5114f134f89bb2de01cde646 /Misc/NEWS
parent744faddae87edec1612fa43606d9549f38c944f6 (diff)
parentc101bf32c4011a3c7f3249b8c15bcf95b944095b (diff)
downloadcpython-b16269e375ec3b9dd656d64469f3810b4a0eec81.zip
cpython-b16269e375ec3b9dd656d64469f3810b4a0eec81.tar.gz
cpython-b16269e375ec3b9dd656d64469f3810b4a0eec81.tar.bz2
Merge issue #15298: ensure _sysconfigdata is generated in build directory,
not source directory. Patch by: Richard Oudkerk (sbt).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7ca2d50..5d17aec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -158,6 +158,9 @@ Tests
Build
-----
+- Issue #15298: ensure _sysconfigdata is generated in build directory, not
+ source directory.
+
- Issue #15833: Fix a regression in 3.3 that resulted in exceptions being
raised if importlib failed to write byte-compiled files. This affected
attempts to build Python out-of-tree from a read-only source directory.
@@ -167,8 +170,8 @@ Build
- Issue #16135: Remove OS/2 support.
-- Issue #15819: Make sure we can build Python out-of-tree from a readonly source
- directory. (Somewhat related to Issue #9860.)
+- Issue #15819: Make sure we can build Python out-of-tree from a read-only
+ source directory. (Somewhat related to issue #9860.)
Documentation
-------------