pkgsrc/www/zope210/patches/patch-ad

14 lines
450 B
Text
Raw Normal View History

$NetBSD: patch-ad,v 1.1.1.1 2007/12/18 15:35:28 taca Exp $
--- lib/python/zope/structuredtext/stletters.py.orig 2007-03-25 18:51:59.000000000 +0900
+++ lib/python/zope/structuredtext/stletters.py
@@ -24,7 +24,7 @@ def punc_func(exclude):
return punc
digits = string.digits
-letters = string.letters
+letters = string.letters + '\200-\377\?\!'
literal_punc = punc_func("'")
dbl_quoted_punc = punc_func("\"")
strongem_punc = punc_func('*')