Skip to content

[For 0.19] Unicode fixes for Python3

Jonathan Wiedemann requested to merge github/fork/cclauss/unicode-fixes into master

Created by: cclauss

Leverage six.PY2, six.PY3, six.builtins, six.text_type, six.string_types, and six.unichr() to avoid using the Python2-only builtins unicode and unichr. Discovered via #1883

Thank you for creating a pull request to contribute to FreeCAD! To ease integration, please confirm the following:

  • Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • Commit message is well-written
  • Commit message includes issue #<id> or fixes #<id> where <id> is the associated MantisBT issue id if one exists

And please remember to update the Wiki with the features added or changed once this PR is merged.


Merge request reports