mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
57ff8d4a53
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.
6 lines
328 B
Plaintext
6 lines
328 B
Plaintext
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.
|