[Checkins] SVN: zope.hookable/trunk/README.txt Recreated README.txt
removing everything except for the overview.
Alexander Heavner
alex at zope.com
Thu Feb 15 12:27:25 EST 2007
Log message for revision 72623:
Recreated README.txt removing everything except for the overview.
Changed:
A zope.hookable/trunk/README.txt
-=-
Added: zope.hookable/trunk/README.txt
===================================================================
--- zope.hookable/trunk/README.txt 2007-02-15 17:25:29 UTC (rev 72622)
+++ zope.hookable/trunk/README.txt 2007-02-15 17:27:24 UTC (rev 72623)
@@ -0,0 +1,15 @@
+zope.hookable Package Readme
+==========================
+
+Overview
+--------
+
+Hookable object support.
+
+Support the efficient creation of hookable objects, which are callable objects
+that are meant to be replaced by other callables, at least optionally.
+
+The idea is you create a function that does some default thing and make it
+hookable. Later, someone can modify what it does by calling its sethook method
+and changing its implementation. All users of the function, including those
+that imported it, will see the change.
Property changes on: zope.hookable/trunk/README.txt
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the Checkins
mailing list