aboutsummaryrefslogtreecommitdiff
path: root/changes/feature26372_029
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 09:28:50 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 09:31:01 -0400
commit47ee7978fe73816bf15cb392d0e89301f65724f8 (patch)
treedf51fed9d9669501a9657824db1063043b70a83a /changes/feature26372_029
parentef671147f21814ed505505ec96bfcf297bc6bb7a (diff)
downloadtor-47ee7978fe73816bf15cb392d0e89301f65724f8.tar.gz
tor-47ee7978fe73816bf15cb392d0e89301f65724f8.zip
Prefer recent Python 3 in autoconf.
Closes ticket 26372.
Diffstat (limited to 'changes/feature26372_029')
-rw-r--r--changes/feature26372_0294
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature26372_029 b/changes/feature26372_029
new file mode 100644
index 0000000000..150ac30555
--- /dev/null
+++ b/changes/feature26372_029
@@ -0,0 +1,4 @@
+ o Minor features (compilation):
+
+ - When building Tor, prefer to use Python 3 over Python 2, and more
+ recent (contemplated) versions over older ones. Closes ticket 26372.