comparison test/wsgi_liveserver.py @ 8250:c7f63e9cd131

test: add comment that I modified wsgi_liveserver.py
author John Rouillard <rouilj@ieee.org>
date Wed, 01 Jan 2025 00:47:14 -0500
parents d317a41dfcf3
children 3630246c5c36
comparison
equal deleted inserted replaced
8249:d317a41dfcf3 8250:c7f63e9cd131
17 17
18 __author__ = 'John Kristensen' 18 __author__ = 'John Kristensen'
19 __version__ = '0.3.1' 19 __version__ = '0.3.1'
20 __license__ = 'GPLv3' 20 __license__ = 'GPLv3'
21 21
22 """
23 Classmethod probe_ports() added by John Rouillard 2024.
24 """
22 25
23 class QuietHandler(WSGIRequestHandler): 26 class QuietHandler(WSGIRequestHandler):
24 def log_request(*args, **kwargs): 27 def log_request(*args, **kwargs):
25 pass 28 pass
26 29

Roundup Issue Tracker: http://roundup-tracker.org/