commit | f6407a184d311e48b18f8350c508075071de879d | [log] [tgz] |
---|---|---|
author | Trent Nelson <trent@trent.me> | Thu Aug 30 14:56:13 2012 +0000 |
committer | Trent Nelson <trent@trent.me> | Thu Aug 30 14:56:13 2012 +0000 |
tree | 6c94d59613e804a5c88bdc9a98fe26d592632e28 | |
parent | 6bb9c73b06e481462a874b1aaa7d27d36c758e2e [diff] [blame] |
Issue #15819: Fix out-of-tree builds from a readonly source.
diff --git a/Misc/NEWS b/Misc/NEWS index 1b7f80f..f13499f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -364,6 +364,9 @@ 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.