summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Regebro <regebro@gmail.com>2010-05-02 19:58:18 +0000
committerLennart Regebro <regebro@gmail.com>2010-05-02 19:58:18 +0000
commit4528150ee07c92b72a27fd8300876e1960ef4a5c (patch)
tree0b5bf550cc1beb88c1a443190ae7ea4bc7df4379
parent72ff096845c4e512905fea8b41daaeff8aca0cb8 (diff)
downloadzope-interface-4528150ee07c92b72a27fd8300876e1960ef4a5c.tar.gz
Having non-ascii text in the description wasn't a good idea for Python 3, which will try to decoded it according to default encodding, which may vary. We could make the encoding explicit, but that would have to be Python 2 compatible and not pretty, and much work for just one character.
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7faae60..0ee5d62 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,7 +11,7 @@ CHANGES
- Added support for Python 3.1. Contributors:
Lennart Regebro
- Martin v Löwis
+ Martin v Loewis
Thomas Lotze
Wolfgang Schnerring