From 0abb5e8f0e25be011b52a9a69aeddac9e719637b Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Wed, 8 May 2024 09:33:22 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_8066_test.py: backslash problem, even in comments --- tests/bugs/gh_8066_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bugs/gh_8066_test.py b/tests/bugs/gh_8066_test.py index e917a083..763a4c2f 100644 --- a/tests/bugs/gh_8066_test.py +++ b/tests/bugs/gh_8066_test.py @@ -19,7 +19,7 @@ NOTES: [08.05.2024] pzotov Removed check of 'inet' (w/o digital suffix): value in mon$remote_process can be either 'TCPv4' or 'TCPv6' - depending on Control Panel\Network and Internet\Network Connections settings. + depending on Control Panel/Network and Internet/Network Connections settings. Connection to localhost *can* be established using IPv6 even if appropriate item has been disabled in network interface settings. In this case 'connect inet://' causes mon$remote_address = 'TCPv4' - in contrary to 'TCPv6'