Changeset 1379
- Timestamp:
- 09/27/06 02:58:23
- Files:
-
- trunk/cherrypy/lib/http.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/lib/http.py
r1306 r1379 11 11 12 12 # From http://www.cherrypy.org/ticket/361 13 response_codes[500] = ('Internal error',13 response_codes[500] = ('Internal Server Error', 14 14 'The server encountered an unexpected condition ' 15 15 'which prevented it from fulfilling the request.')

