Changeset 877
- Timestamp:
- 12/17/05 00:20:31
- Files:
-
- trunk/cherrypy/config.py (modified) (1 diff)
- trunk/cherrypy/test/helper.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/config.py
r856 r877 93 93 specified, return the path to the value, instead of the value itself. 94 94 """ 95 # Look, ma, no Python function calls! Uber-fast. 96 95 97 96 if path is None: 98 97 try: trunk/cherrypy/test/helper.py
r856 r877 118 118 # 2) stop the HTTP request (if any) and ignore further assertions. 119 119 cherrypy.root._cp_on_error = onerror 120 # Backward compatibility: 121 cherrypy.root._cpOnError = onerror 120 122 121 123 if vroot:

