summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-02-20 10:44:43 -0500
committerNick Mathewson <nickm@torproject.org>2020-02-20 10:44:43 -0500
commit7ba7f9c0de9d1b2435a01961379b3d85c4fc2ab5 (patch)
tree98c27a67b04d8d8e04d4236033f16ae418161983 /changes
parent66bbdadbbe452a3f2d3d266a0951c15fbef6589b (diff)
parent7b4250286962da0f8dc6731d7f1c8cec9ccb4146 (diff)
downloadtor-7ba7f9c0de9d1b2435a01961379b3d85c4fc2ab5.tar.gz
tor-7ba7f9c0de9d1b2435a01961379b3d85c4fc2ab5.zip
Merge branch 'maint-0.4.3'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug333745
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug33374 b/changes/bug33374
new file mode 100644
index 0000000000..d1141faf78
--- /dev/null
+++ b/changes/bug33374
@@ -0,0 +1,5 @@
+ o Minor bugfixes (coding best practices checks):
+ - Allow the "practracker" coding best practices checking script to read
+ unicode files, when using Python 2. We made the script use unicode
+ literals in 0.4.3.1-alpha, but didn't change the codec for opening files.
+ Fixes bug 33374; bugfix on 0.4.3.1-alpha.