mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Change 'exception happened' to 'exception occurred' in two places (#19767)
This commit is contained in:
parent
3e0a6f37df
commit
8bcfd31cc0
2 changed files with 2 additions and 2 deletions
|
@ -374,7 +374,7 @@ class BaseServer:
|
|||
|
||||
"""
|
||||
print('-'*40, file=sys.stderr)
|
||||
print('Exception happened during processing of request from',
|
||||
print('Exception occurred during processing of request from',
|
||||
client_address, file=sys.stderr)
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue