summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2010-06-20 13:21:07 -0300
committerGustavo Niemeyer <gustavo@niemeyer.net>2010-06-20 13:21:07 -0300
commit1a572f6c05cc6c7aa2b58e810684525cb8b66de7 (patch)
treed7609c0c52dab8a060e070983a60dcba83b43889 /NEWS
parentf7ee6d1b32656d7143b9b02ce1afe0f7fa56dde9 (diff)
downloadmocker-1a572f6c05cc6c7aa2b58e810684525cb8b66de7.tar.gz
Unwrap bound methods on replace() and proxy(), as suggested
by James Henstridge (#270782).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6560f17..2022549 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@
- Changed license to BSD, since the PSF license only applies to Python
itself (#583335).
+- Unwrap bound methods on replace() and proxy(), as suggested
+ by James Henstridge (#270782).
+
- Fixed support for Python 2.6. Mocking of iterators was broken in
certain cases because, even though that's *not* documented, Python
tries to use __length_hint__ in some cases.