mirror of https://github.com/python/cpython
gh-111768: Add `wsgiref.util.is_hop_by_hop` to `__all__` (#111770)
This commit is contained in:
parent
fe3fd2c333
commit
f88caab467
|
@ -4,7 +4,7 @@ import posixpath
|
|||
|
||||
__all__ = [
|
||||
'FileWrapper', 'guess_scheme', 'application_uri', 'request_uri',
|
||||
'shift_path_info', 'setup_testing_defaults',
|
||||
'shift_path_info', 'setup_testing_defaults', 'is_hop_by_hop',
|
||||
]
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
:func:`wsgiref.util.is_hop_by_hop` is now exposed correctly in ``__all__``.
|
Loading…
Reference in New Issue