[CherryPy] #793: A small documentation bug (patch included)

0 views
Skip to first unread message

CherryPy

unread,
Mar 5, 2008, 3:46:57 PM3/5/08
to cherrypy...@googlegroups.com
#793: A small documentation bug (patch included)
--------------------------------------+-------------------------------------
Reporter: adam at adamfine dot net | Owner: rdelon
Type: defect | Status: new
Priority: normal | Milestone:
Component: CherryPy documentation | Keywords:
--------------------------------------+-------------------------------------
The bug is in the status.py tool here:

http://tools.cherrypy.org/browser/status/trunk/status.py

Here is the patch that fixes it:
{{{
--- status.orig.py 2007-05-04 20:06:14.000000000 +0000
+++ status.py 2008-03-05 20:15:29.000000000 +0000
@@ -6,7 +6,7 @@

cherrypy.tools.status = status.StatusMonitor()
cherrypy.config.update({"tools.status.on": True})
-cherrypy.tree.mount(Root(), '/cpstatus')
+cherrypy.tree.mount(status.Root(), '/cpstatus')
"""

import threading
}}}

--
Ticket URL: <http://www.cherrypy.org/ticket/793>
CherryPy <http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework

CherryPy

unread,
Apr 26, 2008, 9:23:07 PM4/26/08
to cherrypy...@googlegroups.com
#793: A small documentation bug (patch included)
--------------------------------------+-------------------------------------
Reporter: adam at adamfine dot net | Owner: rdelon
Type: defect | Status: closed
Priority: normal | Milestone:
Component: CherryPy documentation | Resolution: fixed
Keywords: |
--------------------------------------+-------------------------------------
Changes (by fumanchu):

* resolution: => fixed
* status: new => closed

Comment:

Fixed in http://tools.cherrypy.org/changeset/6.
Reply all
Reply to author
Forward
0 new messages