[tor-bugs] #28863 [Core Tor/Fallback Scripts]: updateFallbackDirs.py thinks it is python 3 compatible but it is not

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Dec 17 01:13:17 UTC 2018


#28863: updateFallbackDirs.py thinks it is python 3 compatible but it is not
-------------------------------+-------------------------------------------
 Reporter:  starlight          |          Owner:  (none)
     Type:  defect             |         Status:  new
 Priority:  Medium             |      Component:  Core Tor/Fallback Scripts
  Version:  Tor:               |       Severity:  Normal
  0.3.5.5-alpha                |
 Keywords:                     |  Actual Points:
Parent ID:                     |         Points:
 Reviewer:                     |        Sponsor:
-------------------------------+-------------------------------------------
 This comment would lead one to believe the script will run with python 3
 but problems remain:

 {{{
 # Optionally uses ipaddress (python 3 builtin) or py2-ipaddress (package)
 # for netblock analysis.
 }}}

 After running `2to3-3.7` on commit 6BC5C06D additional manual revisions
 were required per the attached patch.  A subtle certificate validation
 problem exists, not enough time to fix so disabled it.  Have good CA files
 in both system and Python directories and `openssl s_client` has no
 problem.

 {{{
 OUTPUT_CANDIDATES = True
 }}}

 is broken, wasn't prepared to spend the time hacking it.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/28863>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list