| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
"bytes on python 2, unicode in python 3" is more easily referred to as "native str" :) |
Sorry, something went wrong.
|
Would be good to have test case so that we don't break that again in the future.. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
fixes #701
Make it clear with comments that self.stdout_hist is bytes in Python 2, unicode in Python 3. Blech, would be nice to fix that to be unicode everywhere.
To debug I made self.stdout_hist a type-checking property, maybe this is worth doing for real? Also maybe static typechecking would be nice? But this PR just fixes this bug.