We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92cbec commit fbb99a3Copy full SHA for fbb99a3
Lib/test/test_socket.py
@@ -211,7 +211,7 @@ def downgrade_malformed_data_warning():
211
# and fix it properly.
212
warnings.filterwarnings(
213
action="always",
214
- message=r"received malformed or improperly-truncated ancillary data",
+ message="received malformed or improperly-truncated ancillary data",
215
category=RuntimeWarning,
216
)
217
yield
0 commit comments