[Zope3-checkins] CVS: Zope3/src/zope/interface - __init__.py:1.3

Guido van Rossum guido@python.org
Wed, 25 Dec 2002 13:30:40 -0500


Update of /cvs-repository/Zope3/src/zope/interface
In directory cvs.zope.org:/tmp/cvs-serv27682

Modified Files:
	__init__.py 
Log Message:
Docstring update (mostly adding an XXX comment requesting an update
:-).


=== Zope3/src/zope/interface/__init__.py 1.2 => 1.3 ===
--- Zope3/src/zope/interface/__init__.py:1.2	Wed Dec 25 09:13:42 2002
+++ Zope3/src/zope/interface/__init__.py	Wed Dec 25 13:30:40 2002
@@ -15,8 +15,9 @@
 
 This package implements the Python "scarecrow" proposal.
 
-The package exports a single name, 'Interface' directly. Interface
-is used to create an interface with a class statement, as in:
+The package exports two names, 'Interface' and 'Attribute' directly.
+Interface is used to create an interface with a class statement, as
+in:
 
 
 
@@ -34,6 +35,8 @@
 interface, IInterface in the IInterface module.
 
 The package has several public modules:
+
+  XXX This docstring needs to be updated after the Grand Renaming.
 
   o Attribute has the implementation for interface attributes
     for people who want to build interfaces by hand.