Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost".
Patch written by Charles-Francois Natali.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1230a68..1e31c8f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -534,6 +534,9 @@
 Tests
 -----
 
+- Issue #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost".
+  Patch written by Charles-Francois Natali.
+
 - Issue #8407, #11859: Fix tests of test_io using threads and an alarm: use
   pthread_sigmask() to ensure that the SIGALRM signal is received by the main
   thread.