Require diffs set on a FileDiff to be byte strings.

Review Request #10499 — Created April 3, 2019 and submitted — Latest diff uploaded

Information

Review Board
release-4.0.x

Reviewers

FileDiff was previously allowing either byte strings or Unicode
strings, which created inconsistency. We now require byte strings, and
check for this when creating a FileDiff from data.

Unit tests pass on Python 2.7 and 3.7 (with other in-progress changes).

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Require diffs set on a FileDiff to be byte strings.
`FileDiff` was previously allowing either byte strings or Unicode strings, which created inconsistency. We now require byte strings, and check for this when creating a `FileDiff` from data.
6ab3a57099b393822bcac4ff5ba27ddf7d690e07 Christian Hammond
Require diffs set on a FileDiff to be byte strings.
`FileDiff` was previously allowing either byte strings or Unicode strings, which created inconsistency. We now require byte strings, and check for this when creating a `FileDiff` from data.
700794ecf2f5309a5554d3d9451a54d84549c716 Christian Hammond
reviewboard/diffviewer/managers.py
Loading...