Skip to content

Commit b96b61e

Browse files
authored
Add blocksize attribute to HTTPConnection class (#15005)
1 parent 5aea297 commit b96b61e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/http/client.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ class HTTPResponse(io.BufferedIOBase, BinaryIO): # type: ignore[misc] # incomp
166166
def begin(self) -> None: ...
167167

168168
class HTTPConnection:
169+
blocksize: int
169170
auto_open: int # undocumented
170171
debuglevel: int
171172
default_port: int # undocumented

0 commit comments

Comments
 (0)