diff options
author | Trent Nelson <trent@trent.me> | 2012-08-30 14:32:02 (GMT) |
---|---|---|
committer | Trent Nelson <trent@trent.me> | 2012-08-30 14:32:02 (GMT) |
commit | a45afcada37d7945a97ed6d0c241f0b0468e7932 (patch) | |
tree | a368751e55b6664493975ab8a4b0716700c949ed /Misc | |
parent | ecc4757b79c7d8f7b09fbc2e8b24258c22cfed12 (diff) | |
download | cpython-a45afcada37d7945a97ed6d0c241f0b0468e7932.zip cpython-a45afcada37d7945a97ed6d0c241f0b0468e7932.tar.gz cpython-a45afcada37d7945a97ed6d0c241f0b0468e7932.tar.bz2 |
Issue #15819: Fix out-of-tree builds from a readonly source.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -495,6 +495,9 @@ Tests Build ----- +- Issue #15819: Make sure we can build Python out-of-tree from a readonly + source directory. (Somewhat related to Issue #9860.) + - Issue #15645: Ensure 2to3 grammar pickles are properly installed. - Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. |