diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-02-20 10:44:36 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-02-20 10:44:36 -0500 |
commit | 7b4250286962da0f8dc6731d7f1c8cec9ccb4146 (patch) | |
tree | 8fa9a4cdea4a873b8a3c9707b6f587dbe21ca15e /changes | |
parent | f733b8acd67f487a56e56bfb454ff99bc8d1cab0 (diff) | |
parent | 57ff8d4a5323356a8d879caf8226c934f2e82260 (diff) | |
download | tor-7b4250286962da0f8dc6731d7f1c8cec9ccb4146.tar.gz tor-7b4250286962da0f8dc6731d7f1c8cec9ccb4146.zip |
Merge remote-tracking branch 'tor-github/pr/1757/head' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33374 | 5 |
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. |