summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-02-21 20:44:27 (GMT)
committerNed Deily <nad@acm.org>2011-02-21 20:44:27 (GMT)
commit5eaee2e23b374f83628d20acfc542092f1493b14 (patch)
tree27a5c73a41b193281033d1c29d9006dd0341915b /Misc/NEWS
parentd8de5415c8fffcb7472c8696c0f4f662e25ff0b7 (diff)
downloadcpython-5eaee2e23b374f83628d20acfc542092f1493b14.zip
cpython-5eaee2e23b374f83628d20acfc542092f1493b14.tar.gz
cpython-5eaee2e23b374f83628d20acfc542092f1493b14.tar.bz2
Issue #11268: Prevent Mac OS X Installer failure if Documentation
package had previously been installed.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 65ae5f9..d01a0e1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,7 +21,14 @@ Library
- Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers
larger than 4GB. Patch by Nadeem Vawda.
+Build
+-----
+
+- Issue #11268: Prevent Mac OS X Installer failure if Documentation
+ package had previously been installed.
+
Tests
+-----
- Issue #10990: Prevent tests from clobbering a set trace function.