Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f88caab

Browse files
gh-111768: Add wsgiref.util.is_hop_by_hop to __all__ (#111770)
1 parent fe3fd2c commit f88caab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Lib/wsgiref/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__all__ = [
66
'FileWrapper', 'guess_scheme', 'application_uri', 'request_uri',
7-
'shift_path_info', 'setup_testing_defaults',
7+
'shift_path_info', 'setup_testing_defaults', 'is_hop_by_hop',
88
]
99

1010

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:func:`wsgiref.util.is_hop_by_hop` is now exposed correctly in ``__all__``.

0 commit comments

Comments
 (0)