diff options
author | Robert Brewer <fumanchu@aminus.org> | 2006-08-25 21:25:56 +0000 |
---|---|---|
committer | Robert Brewer <fumanchu@aminus.org> | 2006-08-25 21:25:56 +0000 |
commit | a4b0f89d3adff5ce7931d81dc259fed0e9f091f5 (patch) | |
tree | fda90c2e4664674aa3d0724beed3b543a824c8ff /cherrypy/lib/encoding.py | |
parent | 31bfe036ad8ee2d7222c67deb7b2019a878c239c (diff) | |
download | cherrypy-git-a4b0f89d3adff5ce7931d81dc259fed0e9f091f5.tar.gz |
More (final?) config overhaul work:
1. Removed cherrypy.config.get! Instead, you should directly inspect cherrypy.request, response, server, etc. Note that request.config.get still works fine.
2. a) cherrypy.log is now an instance of LogManager. It's still callable, but now is the object you inspect instead of calling config.get("log*"). b) cherrypy.log_access is now cherrypy.log.access.
3. All threads should now have access to default Request and Response objects, not just the main thread.
4. deadlock.timeout is now request.timeout.
5. Renamed config.py to _cpconfig.py; cherrypy.config is now an instance of _cpconfig.Config.
I still need to decide what to do about log_config (removed for now).
Diffstat (limited to 'cherrypy/lib/encoding.py')
0 files changed, 0 insertions, 0 deletions