Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scripts to add python3 support #68

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

thomas955
Copy link

  • fixed libraries include
  • fixed incorrect usage of python2 string
  • fixed python2 to python3 script issues (2to3) like print ""
  • fixed data types
  • fixed python3 usage of str instead of string (join, split etc.)
  • added support to determine the absolute path of the executable
    binary of the current Python interpreter
    • thx @Bagira80 for his support

Fixes issue: #67

Signed-off-by: Thomas Höhlig thoehlig@benocs.com

  * fixed libraries include
  * fixed incorrect usage of python2 string
  * fixed python2 to python3 script issues (2to3) like print ""
  * fixed data types
  * fixed python3 usage of str instead of string (join, split etc.)
  * added support to determine the absolute path of the executable
    binary of the current Python interpreter
    * thx @Bagira80 for his support

Fixes issue: boostorg#67

Signed-off-by: Thomas Höhlig <thoehlig@benocs.com>
@codecov
Copy link

codecov bot commented Aug 2, 2022

Codecov Report

Merging #68 (3b2748d) into develop (db09fb1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #68   +/-   ##
========================================
  Coverage    94.73%   94.73%           
========================================
  Files            5        5           
  Lines           19       19           
========================================
  Hits            18       18           
  Misses           1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db09fb1...3b2748d. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant