summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason Madden <jason+github@nextthought.com>2017-09-08 07:14:17 -0500
committerGitHub <noreply@github.com>2017-09-08 07:14:17 -0500
commitd8565d6dc4758b42425be5adf2d4786d0c8d10a6 (patch)
tree6804eb7555563da9749445b5142cd7b9ed70bdbe /CHANGES.rst
parented4d2b755b0af0d27fcd26211115babe99dbe4ff (diff)
parenta0372d5949642bd744c3d97628f136c51e743e38 (diff)
downloadzope-security-d8565d6dc4758b42425be5adf2d4786d0c8d10a6.tar.gz
Merge pull request #32 from zopefoundation/remove_u
Simplify _compat.py now that we only run on newer Pythons
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a911ce1..58d4122 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -29,6 +29,9 @@ Changes
default. In addition, iteration of all the custom iterator types
defined in itertools are also allowed by default.
+- Simplify the internal ``_compat.py`` module now that we only run on
+ newer Python versions. See `PR 32 <https://github.com/zopefoundation/zope.security/pull/32>`_.
+
4.1.1 (2017-05-17)
------------------