summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2021-03-29 06:04:58 -0500
committerGitHub <noreply@github.com>2021-03-29 06:04:58 -0500
commit4a686fc8d87d398045dc44c1b6a97a2940121800 (patch)
tree005840e6e690f96d690d189ea3c196317818fae1 /CHANGES.rst
parente6d3805c6e155a89a34d89601477881aec9b7df1 (diff)
parentce8f66f8bf4ebffca7cdf95dbb8c5add02251e91 (diff)
downloadzope-interface-4a686fc8d87d398045dc44c1b6a97a2940121800.tar.gz
Merge pull request #237 from zopefoundation/issue236
Update repr() and str() of some common objects.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1cbff80..600fbb8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,16 @@
Changes
=========
+5.4.0 (unreleased)
+==================
+
+- Update the ``repr()`` and ``str()`` of various objects to be shorter
+ and more informative. In many cases, the ``repr()`` is now something
+ that can be evaluated to produce an equal object. For example, what
+ was previously printed as ``<implementedBy builtins.list>`` is now
+ shown as ``classImplements(list, IMutableSequence, IIterable)``. See
+ `issue 236 <https://github.com/zopefoundation/zope.interface/issues/236>`_.
+
5.3.0 (2020-03-21)
==================