summaryrefslogtreecommitdiff
path: root/www/zope210/patches/patch-ad
blob: e38b2183fcef0ad690e3347ace54f3119b9f36d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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('*')