Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3211ee

Browse files
committed
Merged revisions 78211 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r78211 | ezio.melotti | 2010-02-17 01:58:49 +0200 (Wed, 17 Feb 2010) | 1 line #7941: fix error message ........
1 parent 412c95a commit a3211ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/wsgiref/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class BaseHandler:
4545

4646
# Error handling (also per-subclass or per-instance)
4747
traceback_limit = None # Print entire traceback to self.get_stderr()
48-
error_status = "500 Dude, this is whack!"
48+
error_status = "500 Internal Server Error"
4949
error_headers = [('Content-Type','text/plain')]
5050
error_body = "A server error occurred. Please contact the administrator."
5151

0 commit comments

Comments
 (0)