mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Whitespace normalization.
This commit is contained in:
parent
cda32b7d1d
commit
f545baa0cc
7 changed files with 11 additions and 12 deletions
|
@ -412,7 +412,7 @@ class BaseHandler:
|
|||
# classes which are not aware of handler_order).
|
||||
return True
|
||||
return self.handler_order < other.handler_order
|
||||
|
||||
|
||||
|
||||
class HTTPDefaultErrorHandler(BaseHandler):
|
||||
def http_error_default(self, req, fp, code, msg, hdrs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue