Issue #23661: unittest.mock side_effects can now be exceptions again.

This was a regression vs Python 3.4. Patch from Ignacio Rossi
diff --git a/Misc/ACKS b/Misc/ACKS
index e4ba783..36a7472 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1582,3 +1582,4 @@
 Gennadiy Zlobin
 Doug Zongker
 Peter Åstrand
+Ignacio Rossi