summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTrent Nelson <trent@trent.me>2012-10-16 12:13:12 (GMT)
committerTrent Nelson <trent@trent.me>2012-10-16 12:13:12 (GMT)
commitc101bf32c4011a3c7f3249b8c15bcf95b944095b (patch)
tree2f9bd362763b518d9482ade7265b23f8a2472171 /Misc
parent8a420227488aa743e20c27368ee64a114c1d651f (diff)
downloadcpython-c101bf32c4011a3c7f3249b8c15bcf95b944095b.zip
cpython-c101bf32c4011a3c7f3249b8c15bcf95b944095b.tar.gz
cpython-c101bf32c4011a3c7f3249b8c15bcf95b944095b.tar.bz2
Issue #15298: ensure _sysconfigdata is generated in build directory,
not source directory. Patch by Richard Oudkerk (sbt).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d747af5..f779e02 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -127,6 +127,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.
@@ -134,8 +137,8 @@ Build
- Issue #15923: Fix a mistake in ``asdl_c.py`` that resulted in a TypeError
after 2801bf875a24 (see #15801).
-- 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
-------------