[Checkins] SVN: grok/trunk/ Fixed bug #185414: grok introspector broken for zipped eggs.

Uli Fouquet uli at gnufix.de
Wed Jan 23 19:31:09 EST 2008


Log message for revision 83151:
  Fixed bug #185414: grok introspector broken for zipped eggs.

Changed:
  U   grok/trunk/CHANGES.txt
  U   grok/trunk/src/grok/ftests/admin/docgrok.py
  U   grok/trunk/versions.cfg

-=-
Modified: grok/trunk/CHANGES.txt
===================================================================
--- grok/trunk/CHANGES.txt	2008-01-24 00:23:46 UTC (rev 83150)
+++ grok/trunk/CHANGES.txt	2008-01-24 00:31:08 UTC (rev 83151)
@@ -44,6 +44,9 @@
 * Fix https://bugs.launchpad.net/grok/+bug/162437: grok.Form and its
   subclasses did not implement IBrowserView.
 
+* Fix https://bugs.launchpad.net/grok/+bug/185414: grok introsepector
+  was broken for zipped eggs.
+
 0.11 (2007-11-08)
 =================
 

Modified: grok/trunk/src/grok/ftests/admin/docgrok.py
===================================================================
--- grok/trunk/src/grok/ftests/admin/docgrok.py	2008-01-24 00:23:46 UTC (rev 83150)
+++ grok/trunk/src/grok/ftests/admin/docgrok.py	2008-01-24 00:31:08 UTC (rev 83151)
@@ -93,7 +93,19 @@
 
 and so on.
 
+A standard package, that should always be reachable, is the ``zope``
+package::
 
+  >>> browser.open('http://localhost:8080/docgrok/zope')
+  >>> print browser.contents
+  <html xmlns="http://www.w3.org/1999/xhtml">
+  ...
+  ...<span><a ...>zope</a></span>...
+  ...
+  ...(Python Package)...
+  ...
+  
+
 DocGrok for modules
 -------------------
 

Modified: grok/trunk/versions.cfg
===================================================================
--- grok/trunk/versions.cfg	2008-01-24 00:23:46 UTC (rev 83150)
+++ grok/trunk/versions.cfg	2008-01-24 00:31:08 UTC (rev 83151)
@@ -14,7 +14,7 @@
 ZODB3 = 3.8.0b2
 zodbcode = 3.4.0b1dev-r75670
 zope.annotation = 3.4.0
-zope.app.apidoc = 3.4.0a1
+zope.app.apidoc = 3.4.0
 zope.app.applicationcontrol = 3.4.1
 zope.app.appsetup = 3.4.1
 zope.app.authentication = 3.4.0a1



More information about the Checkins mailing list