tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit b50fcdc2e79e5ab639af5f53d74a4d2474821223
parent 2a06b7c3b81b7075fdab7e2aa3b3d0e388c80548
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  2 Dec 2020 10:32:39 -0500

Changes file for #40213 / !227

Diffstat:
Achanges/hs_build_addr | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/changes/hs_build_addr 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.