Fix up some more unicode vs. bytes issues.

Review Request #10289 — Created Oct. 29, 2018 and submitted

Information

RBTools
release-1.0.x
a9305e7...

Reviewers

This change fixes up some lingering issues related to string types when
running across Python 2 and 3.

  • Ran unit tests.
  • Verified rbt diff output when running on Python 3.
Description From Last Updated

Change looks good, but as discussed, let's add some force_* functions for text, strings, bytes in a new rbtools.utils.encoding module, …

chipx86chipx86
misery
  1. 
      
  2. Tested here... works for me! Thanks!

  3. 
      
chipx86
  1. 
      
  2. Show all issues

    Change looks good, but as discussed, let's add some force_* functions for text, strings, bytes in a new rbtools.utils.encoding module, so we can start simplifying more code and having common logic.

  3. 
      
david
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.0.x (a9305e7)
Loading...