[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - dublincore.py:1.4
Steve Alexander
steve@cat-box.net
Tue, 25 Feb 2003 09:13:48 -0500
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv15736/src/zope/app/interfaces
Modified Files:
dublincore.py
Log Message:
Removed erroneous docstring information.
=== Zope3/src/zope/app/interfaces/dublincore.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/interfaces/dublincore.py:1.3 Mon Dec 30 16:43:05 2002
+++ Zope3/src/zope/app/interfaces/dublincore.py Tue Feb 25 09:13:47 2003
@@ -218,8 +218,7 @@
The first unqualified Dublin Core 'Type' element value is
returned as a unicode string if an unqualified element is
- defined, otherwise, an empty unicode string is returned. The
- string is formatted 'YYYY-MM-DD H24:MN:SS TZ'.
+ defined, otherwise, an empty unicode string is returned.
"""
def Format():
@@ -230,8 +229,7 @@
The first unqualified Dublin Core 'Format' element value is
returned as a unicode string if an unqualified element is
- defined, otherwise, an empty unicode string is returned. The
- string is formatted 'YYYY-MM-DD H24:MN:SS TZ'.
+ defined, otherwise, an empty unicode string is returned.
"""
def Identifier():
@@ -249,8 +247,7 @@
The first unqualified Dublin Core 'Language' element value is
returned as a unicode string if an unqualified element is
- defined, otherwise, an empty unicode string is returned. The
- string is formatted 'YYYY-MM-DD H24:MN:SS TZ'.
+ defined, otherwise, an empty unicode string is returned.
"""
def Rights():
@@ -261,8 +258,7 @@
The first unqualified Dublin Core 'Rights' element value is
returned as a unicode string if an unqualified element is
- defined, otherwise, an empty unicode string is returned. The
- string is formatted 'YYYY-MM-DD H24:MN:SS TZ'.
+ defined, otherwise, an empty unicode string is returned.
"""
class IZopeDublinCore(