[Checkins] SVN: zope.app.publication/tags/3.7.0/ release
Shane Hathaway
shane at hathawaymix.org
Sat May 23 17:59:59 EDT 2009
Log message for revision 100311:
release
Changed:
A zope.app.publication/tags/3.7.0/
U zope.app.publication/tags/3.7.0/src/zope/app/publication/soap.py
U zope.app.publication/tags/3.7.0/src/zope/app/publication/tests/test_httpfactory.py
U zope.app.publication/tags/3.7.0/src/zope/app/publication/tests/test_requestpublicationregistry.py
-=-
Property changes on: zope.app.publication/tags/3.7.0
___________________________________________________________________
Added: svn:ignore
+ bin
build
dist
eggs
lib
parts
.installed.cfg
develop-eggs
Added: svn:mergeinfo
+
Modified: zope.app.publication/tags/3.7.0/src/zope/app/publication/soap.py
===================================================================
--- zope.app.publication/trunk/src/zope/app/publication/soap.py 2009-05-23 21:55:24 UTC (rev 100310)
+++ zope.app.publication/tags/3.7.0/src/zope/app/publication/soap.py 2009-05-23 21:59:59 UTC (rev 100311)
@@ -21,7 +21,7 @@
for this interface, SOAP requests are handled as if they were
browser requests.
-$Id: $
+$Id$
"""
from zope.app.publication.http import BaseHTTPPublication
Modified: zope.app.publication/tags/3.7.0/src/zope/app/publication/tests/test_httpfactory.py
===================================================================
--- zope.app.publication/trunk/src/zope/app/publication/tests/test_httpfactory.py 2009-05-23 21:55:24 UTC (rev 100310)
+++ zope.app.publication/tags/3.7.0/src/zope/app/publication/tests/test_httpfactory.py 2009-05-23 21:59:59 UTC (rev 100311)
@@ -13,7 +13,7 @@
##############################################################################
"""Tests for the HTTP Publication Request Factory.
-$Id: test_httpfactory.py 38357 2005-09-07 20:14:34Z srichter $
+$Id$
"""
from unittest import TestCase, TestSuite, main, makeSuite
Modified: zope.app.publication/tags/3.7.0/src/zope/app/publication/tests/test_requestpublicationregistry.py
===================================================================
--- zope.app.publication/trunk/src/zope/app/publication/tests/test_requestpublicationregistry.py 2009-05-23 21:55:24 UTC (rev 100310)
+++ zope.app.publication/tags/3.7.0/src/zope/app/publication/tests/test_requestpublicationregistry.py 2009-05-23 21:59:59 UTC (rev 100311)
@@ -13,7 +13,7 @@
##############################################################################
"""Tests for the HTTP Publication Request Factory.
-$Id: test_publicationfactories.py 38841 2005-10-07 04:34:09Z andreasjung $
+$Id$
"""
from unittest import TestCase, TestSuite, main, makeSuite
More information about the Checkins
mailing list