summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2018-09-26 09:46:53 -0500
committerJason Madden <jamadden@gmail.com>2018-09-26 09:46:53 -0500
commit6ee83424cac31a0be6b1368c7b188e0afb44fcf8 (patch)
tree3ba7f40d9f6751cfe094cabe6eb48f3348669b23
parent6dd62e3947c814fc9d456403e0bd42b3bae6e984 (diff)
downloadzope-configuration-6ee83424cac31a0be6b1368c7b188e0afb44fcf8.tar.gz
Typo fixes in CHANGES.
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 00e185a..dc9adc5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -19,7 +19,7 @@ Changes
- Make ``zope.configuration.fields.Path`` and
``zope.configuration.config.ConfigurationContext`` expand
environment variables and expand user home directories in paths. See
- `issue <https://github.com/zopefoundation/zope.configuration/issues/3>`_.
+ `issue 3 <https://github.com/zopefoundation/zope.configuration/issues/3>`_.
- Fix resolving names from a Python 2 package whose ``__init__.py`` has
unicode elements in ``__all__``.
@@ -41,7 +41,7 @@ Changes
on exceptions they raise.
- Make ``zope.configuration.fields.PythonIdentifier`` subclass
- ``PythonIdentifier`` from ``zope.schema``. It now implements ``fromBytes``
+ ``PythonIdentifier`` from ``zope.schema``. It now implements ``fromBytes``,
always produces a native string, and validates the value in
``fromUnicode``. See `issue 28
<https://github.com/zopefoundation/zope.configuration/issues/28>`_.