r354 - zope3/trunk/debian/patches
Fabio Tranchitella
kobold at costa.debian.org
Wed Oct 25 12:35:30 UTC 2006
Author: kobold
Date: 2006-10-25 12:35:29 +0000 (Wed, 25 Oct 2006)
New Revision: 354
Modified:
zope3/trunk/debian/patches/zope.publisher.dpatch
Log:
Something went wrong with the previous commit...
Modified: zope3/trunk/debian/patches/zope.publisher.dpatch
===================================================================
--- zope3/trunk/debian/patches/zope.publisher.dpatch 2006-10-25 12:33:19 UTC (rev 353)
+++ zope3/trunk/debian/patches/zope.publisher.dpatch 2006-10-25 12:35:29 UTC (rev 354)
@@ -1,26 +1,5 @@
#! /bin/sh -e
##
-## DP: Fixes bug in readline method
-## DP: Author: Brian Sutherland
-
-. $(dirname $0)/DPATCH
-
- at DPATCH@
-diff -urN zope3-3.3.0/z/Dependencies/zope.publisher-Zope-3.3.0/zope.publisher/http.py zope3-3.3.0.debian/z/Dependencies/zope.publisher-Zope-3.3.0/zope.publisher/http.py
---- zope3-3.3.0/z/Dependencies/zope.publisher-Zope-3.3.0/zope.publisher/http.py 2006-09-21 12:39:44.000000000 +0200
-+++ zope3-3.3.0.debian/z/Dependencies/zope.publisher-Zope-3.3.0/zope.publisher/http.py 2006-09-29 14:34:53.000000000 +0200
-@@ -204,8 +204,8 @@
- self.cacheStream.write(data)
- return data
-
-- def readline(self):
-- data = self.stream.readline()
-+ def readline(self, size=None):
-+ data = self.stream.readline(size)
- self.cacheStream.write(data)
- return data
-#! /bin/sh -e
-##
## DP: Fix for python2.4.4;
## DP: Author: Upstream, http://mail.zope.org/pipermail/zope3-checkins/2006-October/028609.html
More information about the pkg-zope-commits
mailing list