Adapt imports to use Python 3 module names by installing them as
aliases. Due to the clear separation between text and binary data in
Python 3, this also requires changing all I/O in profilev2impl to be
binary I/O with encoding/decoding for text and some adaptation to the
integer to ULEB conversion code. Installing aliases was produced by
running futurize's stage2 libfuturize.fixes.fix_future_standard_library
and further edited by hand to adapt that I/O code.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 41938 Build 42273: arc lint + arc unit
Event Timeline
lnt/lnttool/admin.py | ||
---|---|---|
10–16 | This idiom was discussed in other patch, let us know how you will sort this thing out please Thomas. |
This idiom was discussed in other patch, let us know how you will sort this thing out please Thomas.