From 1a572f6c05cc6c7aa2b58e810684525cb8b66de7 Mon Sep 17 00:00:00 2001 From: Gustavo Niemeyer Date: Sun, 20 Jun 2010 13:21:07 -0300 Subject: Unwrap bound methods on replace() and proxy(), as suggested by James Henstridge (#270782). --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') 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. -- cgit v1.2.1