summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-02-19 08:22:01 +1000
committerteor <teor@torproject.org>2020-02-19 08:22:01 +1000
commit57ff8d4a5323356a8d879caf8226c934f2e82260 (patch)
tree0d855e3cd944f9accfb906cff514acb5f5ff0b73 /changes
parenta79841fd83b6d800796c04855841170c364ff2a9 (diff)
downloadtor-57ff8d4a5323356a8d879caf8226c934f2e82260.tar.gz
tor-57ff8d4a5323356a8d879caf8226c934f2e82260.zip
practracker: Read unicode files when using Python 2
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.
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.