summaryrefslogtreecommitdiff
path: root/www/zope210/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'www/zope210/patches/patch-ae')
-rw-r--r--www/zope210/patches/patch-ae14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/zope210/patches/patch-ae b/www/zope210/patches/patch-ae
deleted file mode 100644
index e01ca9c50fc..00000000000
--- a/www/zope210/patches/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2007/12/18 15:35:28 taca Exp $
-
---- lib/python/zope/structuredtext/stng.py.orig 2007-03-25 18:51:59.000000000 +0900
-+++ lib/python/zope/structuredtext/stng.py
-@@ -105,6 +105,9 @@ def structurize(paragraphs, delimiter=re
- [paragraph,[sub-paragraphs]]
- """
-
-+ if type(paragraphs) == type(''):
-+ paragraphs = unicode(paragraphs, 'utf-8')
-+
- currentlevel = 0
- currentindent = 0
- levels = {0:0}