diff options
author | Trent Nelson <trent@trent.me> | 2012-10-16 12:17:11 (GMT) |
---|---|---|
committer | Trent Nelson <trent@trent.me> | 2012-10-16 12:17:11 (GMT) |
commit | b16269e375ec3b9dd656d64469f3810b4a0eec81 (patch) | |
tree | 3be912ed70d0a7bd5114f134f89bb2de01cde646 /Misc/NEWS | |
parent | 744faddae87edec1612fa43606d9549f38c944f6 (diff) | |
parent | c101bf32c4011a3c7f3249b8c15bcf95b944095b (diff) | |
download | cpython-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/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 ------------- |