From b50fcdc2e79e5ab639af5f53d74a4d2474821223 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 2 Dec 2020 10:32:39 -0500 Subject: [PATCH] Changes file for #40213 / !227 --- changes/hs_build_addr | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/hs_build_addr diff --git a/changes/hs_build_addr b/changes/hs_build_addr new file mode 100644 index 0000000000..29aa268d73 --- /dev/null +++ b/changes/hs_build_addr @@ -0,0 +1,3 @@ + o Minor features (tests, portability): + - Port the hs_build_address.py test script to work with recent versions + of python. Closes ticket 40213. Patch from Samanta Navarro.