summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-09-08 07:12:11 -0500
committerJason Madden <jamadden@gmail.com>2017-09-08 07:12:11 -0500
commita0372d5949642bd744c3d97628f136c51e743e38 (patch)
tree6804eb7555563da9749445b5142cd7b9ed70bdbe /CHANGES.rst
parent8b01ecd553837b834d2e553e1198d841be380a9c (diff)
downloadzope-security-a0372d5949642bd744c3d97628f136c51e743e38.tar.gz
Use importlib.reload instead of imp.reload.
Some minor cleanups and simplifications to test_proxy.py: - use loadTestsFromName() and wrap the conditional test in @unittest.skipIf. This gets environments closer to running the same number of tests, which helps when comparing to make sure nothing gets skipped. - Break compound assertions in test_coerce out into separate assertions for ease of reading and debuging.
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)
------------------