mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-111768: Add wsgiref.util.is_hop_by_hop
to __all__
(#111770)
This commit is contained in:
parent
fe3fd2c333
commit
f88caab467
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue