]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- removed patch (include in Zope 2.7.4)
authorciesiel <ciesiel@pld-linux.org>
Fri, 14 Jan 2005 21:17:31 +0000 (21:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-xhtml_unicode_fix.patch -> 1.2

Zope-xhtml_unicode_fix.patch [deleted file]

diff --git a/Zope-xhtml_unicode_fix.patch b/Zope-xhtml_unicode_fix.patch
deleted file mode 100644 (file)
index f31b7aa..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN Zope-2.7.2-0/lib/python/ZPublisher/HTTPResponse.py Zope-2.7.2-0_chng/lib/python/ZPublisher/HTTPResponse.py
---- Zope-2.7.2-0/lib/python/ZPublisher/HTTPResponse.py 2004-04-26 12:11:23.000000000 +0200
-+++ Zope-2.7.2-0_chng/lib/python/ZPublisher/HTTPResponse.py    2004-09-27 21:08:10.564203240 +0200
-@@ -422,7 +422,7 @@
-         return self.use_HTTP_content_compression
-     def _encode_unicode(self,body,
--                        charset_re=re.compile(r'text/[0-9a-z]+\s*;\s*' +
-+                        charset_re=re.compile(r'(?:application|text)/[0-9a-z+-]+\s*;\s*' + 
-                                               r'charset=([-_0-9a-z]+' +
-                                               r')(?:(?:\s*;)|\Z)',
-                                               re.IGNORECASE)):
This page took 0.09222 seconds and 4 git commands to generate.