summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-11-13 21:40:47 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-11-13 21:40:47 -0200
commitf480da7fc1637e64c1dcd0d564546157c3cbc7b1 (patch)
treebd5fadd422f4172551d14e53452766e0e8b1c8b3 /NEWS
parentbbe24209cd365b317a70175c898da6217cc64f96 (diff)
downloadmocker-f480da7fc1637e64c1dcd0d564546157c3cbc7b1.tar.gz
When using an unexistent import path for Mocker.proxy(), raise an
ImportError on the base module, rather than using the actual string as the object (#162315).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5066402..25a9885 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@
isn't called, and that may not be obvious, so a hook won't be
exposed for now.
+- When using an unexistent import path for Mocker.proxy(), raise an
+ ImportError on the base module, rather than using the actual
+ string as the object (#162315).
+
0.8 (2007-11-11)
================