mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
5 lines
227 B
Plaintext
5 lines
227 B
Plaintext
|
o Minor bugfixes (python):
|
||
|
- Stop assuming that /usr/bin/python3 exists. For scripts that work with
|
||
|
python2, use /usr/bin/python. Otherwise, use /usr/bin/env python3.
|
||
|
Fixes bug 29913; bugfix on 0.2.5.3-alpha.
|