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

Modernize Python 2 code to get ready for Python 3 #2

Closed
wants to merge 5 commits into from
Closed

Modernize Python 2 code to get ready for Python 3 #2

wants to merge 5 commits into from

Commits on Nov 8, 2018

  1. doc: redirect to GH page

    refack authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    39d6eac View commit details
    Browse the repository at this point in the history
  2. doc: update doc site

    refack authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    4c1a8da View commit details
    Browse the repository at this point in the history
  3. doc: update doc branch URI

    refack authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    1444f46 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Fix XcodeVersion() parsing for Xcode 10.0

    Changes the output from '0100' to '1000' and fixes the parsing of `CLTVersion()` output too in case `xcodebuild -version` prints an unexpected output.
    pyrtsa authored and refack committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    291af50 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Modernize Python 2 code to get ready for Python 3

    * Use __print()__ function in both Python 2 and Python 3
        * __print()__ is a function in Python 3.
    * Old style exceptions --> new style for Python 3
        * Python 3 treats old style exceptions as syntax errors but new style exceptions work as expected in both Python 2 and Python 3.
    cclauss committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    7e5cdeb View commit details
    Browse the repository at this point in the history