summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-10-04 18:43:54 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-10-04 18:43:54 (GMT)
commit2e30440153dbd7864fa2201a43a48ebfec66b14b (patch)
tree1d4b3f7be55843c792a33fee3c7b6456e92889e1 /Misc
parenta539fd1856e632154dfe484d832d2204c2922151 (diff)
downloadcpython-2e30440153dbd7864fa2201a43a48ebfec66b14b.zip
cpython-2e30440153dbd7864fa2201a43a48ebfec66b14b.tar.gz
cpython-2e30440153dbd7864fa2201a43a48ebfec66b14b.tar.bz2
Merged revisions 75236 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75236 | mark.dickinson | 2009-10-04 19:38:39 +0100 (Sun, 04 Oct 2009) | 4 lines Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds (and also, with luck, on the x86 FreeBSD buildbot), by making sure that some user time is used in test_itimer_virtual. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9b8c820..e673d61 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -252,6 +252,8 @@ Documentation
Tests
-----
+- Issue #7042: Fix test_signal (test_itimer_virtual) failure on OS X 10.6.
+
- Fixed tests in importlib.test.source.test_abc_loader that were masking
the proper exceptions that should be raised for missing or improper code
object bytecode.