[Checkins] SVN: Sandbox/ulif/zope.introspector/src/zope/introspector/objectinfo.txt Remove more general stuff from objectinfo.txt.

Uli Fouquet uli at gnufix.de
Wed Jun 18 05:51:24 EDT 2008


Log message for revision 87499:
  Remove more general stuff from objectinfo.txt.

Changed:
  U   Sandbox/ulif/zope.introspector/src/zope/introspector/objectinfo.txt

-=-
Modified: Sandbox/ulif/zope.introspector/src/zope/introspector/objectinfo.txt
===================================================================
--- Sandbox/ulif/zope.introspector/src/zope/introspector/objectinfo.txt	2008-06-18 09:47:02 UTC (rev 87498)
+++ Sandbox/ulif/zope.introspector/src/zope/introspector/objectinfo.txt	2008-06-18 09:51:22 UTC (rev 87499)
@@ -1,29 +1,8 @@
-zope.introspector
-**********************
+Determining information about simple objects
+*********************************************
 
 :Test-Layer: unit
 
-The `zope.introspector` package provides an extensible framework
-for retrieving 'data' on 'entities'. It makes use of
-grokcore.component for registration of adapters and utilities.
-
-'Entitity' in that respect means everything, that is descriptable by a
-name in Python or everything, that can be passed to a method. In other
-words: if you can pass something to a callable, then the introspector
-should be able to give you some information about it.
-
-'Data' in that respect means a container containing a set of data,
-describing the given entity. The container might contain primitive
-values (like numbers or strings) as well as more complex objects,
-callables etc.
-
-In plain words: Giving a certain object you get a dataset describing
-it.
-
-Support for modification of objects (for instance for debugging
-purposes) is still not implemented. This package also does not include
-viewing components to display the results.
-
 Describing objects
 ==================
 



More information about the Checkins mailing list