diff options
author | Tres Seaver <tseaver@palladion.com> | 2009-05-13 22:49:50 +0000 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2009-05-13 22:49:50 +0000 |
commit | 50e7b6955cc0f398693f158ba1cae1ab35793183 (patch) | |
tree | a1a9cc06e7efe15f2f89a209b4051be94ae9fa01 /CHANGES.txt | |
parent | e2e12dc280e94bb8f65fecdfe417c3bded9239e4 (diff) | |
download | zope-security-50e7b6955cc0f398693f158ba1cae1ab35793183.tar.gz |
Made ``pytz`` a soft dependency.
The checker for ``pytz.UTC`` is created / tested only if the package
is already present.
Run ``bin/test_pytz`` to run the tests with ``pytz`` on the path.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ce33a27..98432c3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,7 +5,9 @@ CHANGES 3.6.4 (unreleased) ------------------ -- None so far. +- Made ``pytz`` a soft dependency: the checker for ``pytz.UTC`` is + created / tested only if the package is already present. Run + ``bin/test_pytz`` to run the tests with ``pytz`` on the path. 3.6.3 (2009-03-23) ------------------ |