summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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.