pkgsrc/www/zope210/patches/patch-ad
taca 507f458370 Importing Zope 2.10.5 as zope210 with new framework.
Zope is an exciting new object-based, open source web application
platform. It allows you to build powerful and dynamic web applications
easily. Zope comes with source code and is friendly to developers as
well as users.

Zope 2.10.x is needed to run Plone 3.
2007-12-18 15:35:22 +00:00

13 lines
450 B
Text

$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('*')