summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason Madden <jason+github@nextthought.com>2017-08-31 11:37:46 -0500
committerGitHub <noreply@github.com>2017-08-31 11:37:46 -0500
commit125c9a2818ebcf35a76d65c2f1dbe5c08531f21e (patch)
tree614dd86ed7e6791283a131f66ed0923de2a24c0e /CHANGES.rst
parent4e08d85f4ad2d9fb1f1acbe1fad004c81b6d33c0 (diff)
parent17bd5760e56cc0b8c14ac5d2d537367fc7234767 (diff)
downloadzope-security-125c9a2818ebcf35a76d65c2f1dbe5c08531f21e.tar.gz
Merge pull request #28 from zopefoundation/issue27
Fix proxying of providedBy on Python 3 and fix __length_hint__ everywhere
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 13ea38e..1533b06 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,7 +4,14 @@ Changes
4.1.2 (unreleased)
------------------
-- TBD
+- Fix `issue 27 <https://github.com/zopefoundation/zope.security/issues/27>`_:
+ iteration of ``zope.interface.providedBy()`` is now allowed by
+ default on all versions of Python. Previously it only worked on
+ Python 2. Note that ``providedBy`` returns unproxied objects for backwards
+ compatibility.
+
+- Fix ``__length_hint__`` of proxied iterator objects. Previously it
+ was ignored.
4.1.1 (2017-05-17)
------------------