Fix up some unicode problems in rbintegrations.

Review Request #10939 — Created March 5, 2020 and submitted — Latest diff uploaded

Information

rbintegrations
master

Reviewers

Most of rbintegrations was written with Python 3's unicode changes in
mind, but there were still a couple problems, mostly in unit test
implementations. This change fixes those up.

Ran rbintegrations tests on both Python 2 and 3.

Changes between revision 1 and 2

orig
1
2
3

Commits

Summary ID Author
Fix up some unicode problems in rbintegrations.
Most of rbintegrations was written with Python 3's unicode changes in mind, but there were still a couple problems, mostly in unit test implementations. This change fixes those up. Testing Done: Ran rbintegrations tests on both Python 2 and 3.
52e36f65572fd933873c26aa5c4fb557c7ba6163 David Trowbridge
Fix up some unicode problems in rbintegrations.
Most of rbintegrations was written with Python 3's unicode changes in mind, but there were still a couple problems, mostly in unit test implementations. This change fixes those up. Testing Done: Ran rbintegrations tests on both Python 2 and 3.
88e7a48b66a5381f1ca609dfeec7a1f88a65036c David Trowbridge
rbintegrations/idonethis/utils.py
Loading...